Html Css Color HEX #375508 Verdun Green

📋 copy color: '#375508'

red 55 ◦ green 85 ◦ blue 8

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

Shades of Verdun Green #375508

Tints of Verdun Green #375508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 57.43%

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

R = 37.16%
G = 57.43%
B = 5.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#375508 (or 0x375508) is known color: Verdun Green. HEX triplet: 37, 55 and 08. RGB value is (55,85,8). Sum of RGB (Red+Green+Blue) = 55+85+8=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #375508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375508 is #C8AAF7. Grayscale: #434343. Windows color (decimal): -13150968 or 546103. OLE color: 546103.

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

Color convert

RGB 55 85 8 -
CMYK 0.35 0 0.91 0.67
HSL 83.38º 0.83% 0.18% -
HSV(B) 83.38º 0.91% 0.33% -
XYZ 4.87 7.33 1.39 -
YUV 67.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 55 85 8 0.35 0 0.91 0.67 83.38 0.83 0.18
Hex 37 55 8 23 0 5B 43 53 53 12
Octal 67 125 10 43 0 133 103 123 123 22
Binary 110111 1010101 1000 100011 0 1011011 1000011 1010011 1010011 10010

Color Harmonies of #375508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375508

Black with #375508

Text Example


Text Example

White with #375508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375508; }

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

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

background-color css

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

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

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

border-color css

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

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

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