Html Css Color HEX #375809 Verdun Green

📋 copy color: '#375809'

red 55 ◦ green 88 ◦ blue 9

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

Shades of Verdun Green #375809

Tints of Verdun Green #375809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 57.89%

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

R = 36.18%
G = 57.89%
B = 5.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#375809 (or 0x375809) is known color: Verdun Green. HEX triplet: 37, 58 and 09. RGB value is (55,88,9). Sum of RGB (Red+Green+Blue) = 55+88+9=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #375809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375809 is #C8A7F6. Grayscale: #454545. Windows color (decimal): -13150199 or 612407. OLE color: 612407.

HSL color Cylindrical-coordinate representation of color #375809: hue angle of 85.06º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #375809 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 88 9 -
CMYK 0.38 0 0.90 0.65
HSL 85.06º 0.81% 0.19% -
HSV(B) 85.06º 0.9% 0.35% -
XYZ 5.11 7.81 1.5 -
YUV 69.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 55 88 9 0.38 0 0.90 0.65 85.06 0.81 0.19
Hex 37 58 9 26 0 5A 41 55 51 13
Octal 67 130 11 46 0 132 101 125 121 23
Binary 110111 1011000 1001 100110 0 1011010 1000001 1010101 1010001 10011

Color Harmonies of #375809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375809

Black with #375809

Text Example


Text Example

White with #375809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375809; }

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

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

background-color css

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

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

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

border-color css

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

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

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