Html Css Color HEX #375409 Verdun Green

📋 copy color: '#375409'

red 55 ◦ green 84 ◦ blue 9

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

Shades of Verdun Green #375409

Tints of Verdun Green #375409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56.76%

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

R = 37.16%
G = 56.76%
B = 6.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#375409 (or 0x375409) is known color: Verdun Green. HEX triplet: 37, 54 and 09. RGB value is (55,84,9). Sum of RGB (Red+Green+Blue) = 55+84+9=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #375409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375409 is #C8ABF6. Grayscale: #434343. Windows color (decimal): -13151223 or 611383. OLE color: 611383.

HSL color Cylindrical-coordinate representation of color #375409: hue angle of 83.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #375409 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 9 -
CMYK 0.35 0 0.89 0.67
HSL 83.2º 0.81% 0.18% -
HSV(B) 83.2º 0.89% 0.33% -
XYZ 4.8 7.17 1.39 -
YUV 66.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 55 84 9 0.35 0 0.89 0.67 83.2 0.81 0.18
Hex 37 54 9 23 0 59 43 53 51 12
Octal 67 124 11 43 0 131 103 123 121 22
Binary 110111 1010100 1001 100011 0 1011001 1000011 1010011 1010001 10010

Color Harmonies of #375409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375409

Black with #375409

Text Example


Text Example

White with #375409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375409; }

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

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

background-color css

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

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

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

border-color css

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

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

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