Html Css Color HEX #375605 Verdun Green

📋 copy color: '#375605'

red 55 ◦ green 86 ◦ blue 5

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

Shades of Verdun Green #375605

Tints of Verdun Green #375605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 58.9%

 BLUE value IS 5 (2.34% from 255) = 3.42%

R = 37.67%
G = 58.9%
B = 3.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#375605 (or 0x375605) is known color: Verdun Green. HEX triplet: 37, 56 and 05. RGB value is (55,86,5). Sum of RGB (Red+Green+Blue) = 55+86+5=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 86 (33.98% from 255 or 58.90% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 86 - color contains mainly: green. Hex color #375605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375605 is #C8A9FA. Grayscale: #434343. Windows color (decimal): -13150715 or 349751. OLE color: 349751.

HSL color Cylindrical-coordinate representation of color #375605: hue angle of 82.96º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #375605 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 86 5 -
CMYK 0.36 0 0.94 0.66
HSL 82.96º 0.89% 0.18% -
HSV(B) 82.96º 0.94% 0.34% -
XYZ 4.93 7.48 1.33 -
YUV 67.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 55 86 5 0.36 0 0.94 0.66 82.96 0.89 0.18
Hex 37 56 5 24 0 5E 42 53 59 12
Octal 67 126 5 44 0 136 102 123 131 22
Binary 110111 1010110 101 100100 0 1011110 1000010 1010011 1011001 10010

Color Harmonies of #375605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375605

Black with #375605

Text Example


Text Example

White with #375605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375605; }

 p { color: rgb(55,86,5); }

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

background-color css

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

 a { background-color: rgb(55,86,5); }

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

border-color css

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

 span { border-color: rgb(55,86,5); }

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