Html Css Color HEX #375006 Verdun Green

📋 copy color: '#375006'

red 55 ◦ green 80 ◦ blue 6

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

Shades of Verdun Green #375006

Tints of Verdun Green #375006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 56.74%

 BLUE value IS 6 (2.73% from 255) = 4.26%

R = 39.01%
G = 56.74%
B = 4.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#375006 (or 0x375006) is known color: Verdun Green. HEX triplet: 37, 50 and 06. RGB value is (55,80,6). Sum of RGB (Red+Green+Blue) = 55+80+6=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #375006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375006 is #C8AFF9. Grayscale: #404040. Windows color (decimal): -13152250 or 413751. OLE color: 413751.

HSL color Cylindrical-coordinate representation of color #375006: hue angle of 80.27º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #375006 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 6 -
CMYK 0.31 0 0.92 0.69
HSL 80.27º 0.86% 0.17% -
HSV(B) 80.27º 0.93% 0.31% -
XYZ 4.48 6.56 1.2 -
YUV 64.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 55 80 6 0.31 0 0.92 0.69 80.27 0.86 0.17
Hex 37 50 6 1F 0 5C 45 50 56 11
Octal 67 120 6 37 0 134 105 120 126 21
Binary 110111 1010000 110 11111 0 1011100 1000101 1010000 1010110 10001

Color Harmonies of #375006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375006

Black with #375006

Text Example


Text Example

White with #375006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375006; }

 p { color: rgb(55,80,6); }

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

background-color css

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

 a { background-color: rgb(55,80,6); }

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

border-color css

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

 span { border-color: rgb(55,80,6); }

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