Html Css Color HEX #375109 Verdun Green

📋 copy color: '#375109'

red 55 ◦ green 81 ◦ blue 9

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

Shades of Verdun Green #375109

Tints of Verdun Green #375109

RGB

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

 GREEN value IS 81 (32.03% from 255) = 55.86%

 BLUE value IS 9 (3.91% from 255) = 6.21%

R = 37.93%
G = 55.86%
B = 6.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#375109 (or 0x375109) is known color: Verdun Green. HEX triplet: 37, 51 and 09. RGB value is (55,81,9). Sum of RGB (Red+Green+Blue) = 55+81+9=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #375109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375109 is #C8AEF6. Grayscale: #414141. Windows color (decimal): -13151991 or 610615. OLE color: 610615.

HSL color Cylindrical-coordinate representation of color #375109: hue angle of 81.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #375109 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 81 9 -
CMYK 0.32 0 0.89 0.68
HSL 81.67º 0.8% 0.18% -
HSV(B) 81.67º 0.89% 0.32% -
XYZ 4.57 6.72 1.31 -
YUV 65.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 55 81 9 0.32 0 0.89 0.68 81.67 0.8 0.18
Hex 37 51 9 20 0 59 44 52 50 12
Octal 67 121 11 40 0 131 104 122 120 22
Binary 110111 1010001 1001 100000 0 1011001 1000100 1010010 1010000 10010

Color Harmonies of #375109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375109

Black with #375109

Text Example


Text Example

White with #375109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375109; }

 p { color: rgb(55,81,9); }

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

background-color css

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

 a { background-color: rgb(55,81,9); }

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

border-color css

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

 span { border-color: rgb(55,81,9); }

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