#356212

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

Shades of Dell #356212

Tints of Dell #356212

Color information

#356212 (or 0x356212) is unknown color: approx Dell. HEX triplet: 35, 62 and 12. RGB value is (53,98,18). Sum of RGB (Red+Green+Blue) = 53+98+18=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #356212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356212 is #CA9DED. Grayscale: #4B4B4B. Windows color (decimal): -13278702 or 1204789. OLE color: 1204789.

HSL color Cylindrical-coordinate representation of color #356212: hue angle of 93.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #356212 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB539818-
CMYK0.4600.820.62
HSL93.75º68.97%22.75%-
HSV(B)93.75º81.63%38.43%-
XYZ5.959.542.1-
YUV75.4295.59112-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=31.36%
G=57.99%
B=10.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398180.4600.820.6293.7568.9722.75
Hex3562122E0523E5e4517
Octal65142225601227613610527
Binary110101110001010010101110010100101111101011110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356212; }

 p { color: rgb(53,98,18); }

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

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

 a { background-color: rgb(53,98,18); }

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

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

 span { border-color: rgb(53,98,18); }

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