Html Css Color HEX #375212 Verdun Green

📋 copy color: '#375212'

red 55 ◦ green 82 ◦ blue 18

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

Shades of Verdun Green #375212

Tints of Verdun Green #375212

RGB

 RED value IS 55 (21.88% from 255) = 35.48%

 GREEN value IS 82 (32.42% from 255) = 52.9%

 BLUE value IS 18 (7.42% from 255) = 11.61%

R = 35.48%
G = 52.9%
B = 11.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#375212 (or 0x375212) is known color: Verdun Green. HEX triplet: 37, 52 and 12. RGB value is (55,82,18). Sum of RGB (Red+Green+Blue) = 55+82+18=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #375212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375212 is #C8ADED. Grayscale: #424242. Windows color (decimal): -13151726 or 1200695. OLE color: 1200695.

HSL color Cylindrical-coordinate representation of color #375212: hue angle of 85.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375212 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 18 -
CMYK 0.33 0 0.78 0.68
HSL 85.31º 0.64% 0.2% -
HSV(B) 85.31º 0.78% 0.32% -
XYZ 4.7 6.89 1.65 -
YUV 66.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 55 82 18 0.33 0 0.78 0.68 85.31 0.64 0.2
Hex 37 52 12 21 0 4E 44 55 40 14
Octal 67 122 22 41 0 116 104 125 100 24
Binary 110111 1010010 10010 100001 0 1001110 1000100 1010101 1000000 10100

Color Harmonies of #375212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375212

Black with #375212

Text Example


Text Example

White with #375212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375212; }

 p { color: rgb(55,82,18); }

 H1.HeaderClassName
 {
   color: #375212;
 }
 .AnyTagClassName
 {
   color: #375212;
 }
</style>

background-color css

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

 a { background-color: rgb(55,82,18); }

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

border-color css

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

 span { border-color: rgb(55,82,18); }

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