Html Css Color HEX #375912 Verdun Green

📋 copy color: '#375912'

red 55 ◦ green 89 ◦ blue 18

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

Shades of Verdun Green #375912

Tints of Verdun Green #375912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.94%

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

R = 33.95%
G = 54.94%
B = 11.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#375912 (or 0x375912) is known color: Verdun Green. HEX triplet: 37, 59 and 12. RGB value is (55,89,18). Sum of RGB (Red+Green+Blue) = 55+89+18=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #375912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375912 is #C8A6ED. Grayscale: #464646. Windows color (decimal): -13149934 or 1202487. OLE color: 1202487.

HSL color Cylindrical-coordinate representation of color #375912: hue angle of 88.73º degrees, saturation: 0.66, 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 #375912 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 89 18 -
CMYK 0.38 0 0.80 0.65
HSL 88.73º 0.66% 0.21% -
HSV(B) 88.73º 0.8% 0.35% -
XYZ 5.26 8 1.84 -
YUV 70.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 55 89 18 0.38 0 0.80 0.65 88.73 0.66 0.21
Hex 37 59 12 26 0 50 41 59 42 15
Octal 67 131 22 46 0 120 101 131 102 25
Binary 110111 1011001 10010 100110 0 1010000 1000001 1011001 1000010 10101

Color Harmonies of #375912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375912

Black with #375912

Text Example


Text Example

White with #375912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375912; }

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

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

background-color css

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

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

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

border-color css

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

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

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