Html Css Color HEX #37510E Verdun Green

📋 copy color: '#37510E'

red 55 ◦ green 81 ◦ blue 14

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

Shades of Verdun Green #37510E

Tints of Verdun Green #37510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 54%

 BLUE value IS 14 (5.86% from 255) = 9.33%

R = 36.67%
G = 54%
B = 9.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#37510E (or 0x37510E) is known color: Verdun Green. HEX triplet: 37, 51 and 0E. RGB value is (55,81,14). Sum of RGB (Red+Green+Blue) = 55+81+14=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #37510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37510E is #C8AEF1. Grayscale: #414141. Windows color (decimal): -13151986 or 938295. OLE color: 938295.

HSL color Cylindrical-coordinate representation of color #37510E: hue angle of 83.28º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37510E is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 81 14 -
CMYK 0.32 0 0.83 0.68
HSL 83.28º 0.71% 0.19% -
HSV(B) 83.28º 0.83% 0.32% -
XYZ 4.6 6.73 1.47 -
YUV 65.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 55 81 14 0.32 0 0.83 0.68 83.28 0.71 0.19
Hex 37 51 E 20 0 53 44 53 47 13
Octal 67 121 16 40 0 123 104 123 107 23
Binary 110111 1010001 1110 100000 0 1010011 1000100 1010011 1000111 10011

Color Harmonies of #37510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37510E

Black with #37510E

Text Example


Text Example

White with #37510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37510E; }

 p { color: rgb(55,81,14); }

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

background-color css

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

 a { background-color: rgb(55,81,14); }

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

border-color css

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

 span { border-color: rgb(55,81,14); }

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