Html Css Color HEX #356212 Dell

📋 copy color: '#356212'

red 53 ◦ green 98 ◦ blue 18

#356212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #356212

Tints of Dell #356212

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 value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#356212 (or 0x356212) is known color: 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

RGB 53 98 18 -
CMYK 0.46 0 0.82 0.62
HSL 93.75º 0.69% 0.23% -
HSV(B) 93.75º 0.82% 0.38% -
XYZ 5.95 9.54 2.1 -
YUV 75.43 95.59 112 -
System Red Green Blue C M Y K H S L
Decimal 53 98 18 0.46 0 0.82 0.62 93.75 0.69 0.23
Hex 35 62 12 2E 0 52 3E 5E 45 17
Octal 65 142 22 56 0 122 76 136 105 27
Binary 110101 1100010 10010 101110 0 1010010 111110 1011110 1000101 10111

Color Harmonies of #356212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356212

Black with #356212

Text Example


Text Example

White with #356212

Text Example


Text Example

HTML Codes & Css Web 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>