Html Css Color HEX #375705 Verdun Green

📋 copy color: '#375705'

red 55 ◦ green 87 ◦ blue 5

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

Shades of Verdun Green #375705

Tints of Verdun Green #375705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 59.18%

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

R = 37.41%
G = 59.18%
B = 3.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#375705 (or 0x375705) is known color: Verdun Green. HEX triplet: 37, 57 and 05. RGB value is (55,87,5). Sum of RGB (Red+Green+Blue) = 55+87+5=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 87 (34.38% from 255 or 59.18% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 87 - color contains mainly: green. Hex color #375705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375705 is #C8A8FA. Grayscale: #444444. Windows color (decimal): -13150459 or 350007. OLE color: 350007.

HSL color Cylindrical-coordinate representation of color #375705: hue angle of 83.41º 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 #375705 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 87 5 -
CMYK 0.37 0 0.94 0.66
HSL 83.41º 0.89% 0.18% -
HSV(B) 83.41º 0.94% 0.34% -
XYZ 5.01 7.64 1.35 -
YUV 68.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 55 87 5 0.37 0 0.94 0.66 83.41 0.89 0.18
Hex 37 57 5 25 0 5E 42 53 59 12
Octal 67 127 5 45 0 136 102 123 131 22
Binary 110111 1010111 101 100101 0 1011110 1000010 1010011 1011001 10010

Color Harmonies of #375705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375705

Black with #375705

Text Example


Text Example

White with #375705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375705; }

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

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

background-color css

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

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

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

border-color css

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

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

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