Html Css Color HEX #375808 Verdun Green

📋 copy color: '#375808'

red 55 ◦ green 88 ◦ blue 8

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

Shades of Verdun Green #375808

Tints of Verdun Green #375808

RGB

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

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

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

R = 36.42%
G = 58.28%
B = 5.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#375808 (or 0x375808) is known color: Verdun Green. HEX triplet: 37, 58 and 08. RGB value is (55,88,8). Sum of RGB (Red+Green+Blue) = 55+88+8=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #375808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375808 is #C8A7F7. Grayscale: #454545. Windows color (decimal): -13150200 or 546871. OLE color: 546871.

HSL color Cylindrical-coordinate representation of color #375808: hue angle of 84.75º degrees, saturation: 0.83, 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 #375808 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 88 8 -
CMYK 0.38 0 0.91 0.65
HSL 84.75º 0.83% 0.19% -
HSV(B) 84.75º 0.91% 0.35% -
XYZ 5.11 7.81 1.47 -
YUV 69.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 55 88 8 0.38 0 0.91 0.65 84.75 0.83 0.19
Hex 37 58 8 26 0 5B 41 55 53 13
Octal 67 130 10 46 0 133 101 125 123 23
Binary 110111 1011000 1000 100110 0 1011011 1000001 1010101 1010011 10011

Color Harmonies of #375808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375808

Black with #375808

Text Example


Text Example

White with #375808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375808; }

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

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

background-color css

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

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

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

border-color css

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

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

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