Html Css Color HEX #375A08 Verdun Green

📋 copy color: '#375A08'

red 55 ◦ green 90 ◦ blue 8

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

Shades of Verdun Green #375A08

Tints of Verdun Green #375A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 58.82%

 BLUE value IS 8 (3.52% from 255) = 5.23%

R = 35.95%
G = 58.82%
B = 5.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#375A08 (or 0x375A08) is known color: Verdun Green. HEX triplet: 37, 5A and 08. RGB value is (55,90,8). Sum of RGB (Red+Green+Blue) = 55+90+8=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #375A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375A08 is #C8A5F7. Grayscale: #464646. Windows color (decimal): -13149688 or 547383. OLE color: 547383.

HSL color Cylindrical-coordinate representation of color #375A08: hue angle of 85.61º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #375A08 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 90 8 -
CMYK 0.39 0 0.91 0.65
HSL 85.61º 0.84% 0.19% -
HSV(B) 85.61º 0.91% 0.35% -
XYZ 5.28 8.14 1.52 -
YUV 70.19 92.9 117.17 -
System Red Green Blue C M Y K H S L
Decimal 55 90 8 0.39 0 0.91 0.65 85.61 0.84 0.19
Hex 37 5A 8 27 0 5B 41 56 54 13
Octal 67 132 10 47 0 133 101 126 124 23
Binary 110111 1011010 1000 100111 0 1011011 1000001 1010110 1010100 10011

Color Harmonies of #375A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A08

Black with #375A08

Text Example


Text Example

White with #375A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375A08; }

 p { color: rgb(55,90,8); }

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

background-color css

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

 a { background-color: rgb(55,90,8); }

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

border-color css

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

 span { border-color: rgb(55,90,8); }

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