Html Css Color HEX #375A12 Verdun Green

📋 copy color: '#375A12'

red 55 ◦ green 90 ◦ blue 18

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

Shades of Verdun Green #375A12

Tints of Verdun Green #375A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 55.21%

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

R = 33.74%
G = 55.21%
B = 11.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#375A12 (or 0x375A12) is known color: Verdun Green. HEX triplet: 37, 5A and 12. RGB value is (55,90,18). Sum of RGB (Red+Green+Blue) = 55+90+18=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #375A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375A12 is #C8A5ED. Grayscale: #474747. Windows color (decimal): -13149678 or 1202743. OLE color: 1202743.

HSL color Cylindrical-coordinate representation of color #375A12: hue angle of 89.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #375A12 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 90 18 -
CMYK 0.39 0 0.80 0.65
HSL 89.17º 0.67% 0.21% -
HSV(B) 89.17º 0.8% 0.35% -
XYZ 5.34 8.17 1.87 -
YUV 71.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 55 90 18 0.39 0 0.80 0.65 89.17 0.67 0.21
Hex 37 5A 12 27 0 50 41 59 43 15
Octal 67 132 22 47 0 120 101 131 103 25
Binary 110111 1011010 10010 100111 0 1010000 1000001 1011001 1000011 10101

Color Harmonies of #375A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A12

Black with #375A12

Text Example


Text Example

White with #375A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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