#355F17

Color #355F17 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #355F17

Tints of Dell #355F17

Color information

#355F17 (or 0x355F17) is unknown color: approx Dell. HEX triplet: 35, 5F and 17. RGB value is (53,95,23). Sum of RGB (Red+Green+Blue) = 53+95+23=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 95 (37.5% from 255 or 55.56% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 95 - color contains mainly: green. Hex color #355F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355F17 is #CAA0E8. Grayscale: #4A4A4A. Windows color (decimal): -13279465 or 1531701. OLE color: 1531701.

HSL color Cylindrical-coordinate representation of color #355F17: hue angle of 95º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355F17 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.63.

Color convert

RGB539523-
CMYK0.4400.760.63
HSL95º61.02%23.14%-
HSV(B)95º75.79%37.25%-
XYZ5.7292.25-
YUV74.2399.09112.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 95 (37.5% from 255) = 55.56%
BLUE value IS 23 (9.38% from 255) = 13.45%
R=30.99%
G=55.56%
B=13.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5395230.4400.760.639561.0223.14
Hex355F172C04C3F5f3d17
Octal6513727540114771377527
Binary11010110111111011110110001001100111111101111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355F17; }

 p { color: rgb(53,95,23); }

 H1.HeaderClassName
 {
   color: #355F17;
 }
 .AnyTagClassName
 {
   color: #355F17;
 }
</style>
background-color css

<style>
 a { background-color: #355F17; }

 a { background-color: rgb(53,95,23); }

 div.DivClassName
 {
   background-color: #355F17;
 }
 .BgClassName
 {
   background-color: #355F17;
 }
</style>
border-color css

<style>
 span { border-color: #355F17; }

 span { border-color: rgb(53,95,23); }

 td.TdClassName
 {
   border-color: #355F17;
 }
 .TagClassName
 {
   border-color: #355F17;
 }
</style>