Html Css Color HEX #37540D Verdun Green

📋 copy color: '#37540D'

red 55 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #37540D

Tints of Verdun Green #37540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 55.26%

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 36.18%
G = 55.26%
B = 8.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#37540D (or 0x37540D) is known color: Verdun Green. HEX triplet: 37, 54 and 0D. RGB value is (55,84,13). Sum of RGB (Red+Green+Blue) = 55+84+13=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #37540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37540D is #C8ABF2. Grayscale: #434343. Windows color (decimal): -13151219 or 873527. OLE color: 873527.

HSL color Cylindrical-coordinate representation of color #37540D: hue angle of 84.51º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37540D is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 13 -
CMYK 0.35 0 0.85 0.67
HSL 84.51º 0.73% 0.19% -
HSV(B) 84.51º 0.85% 0.33% -
XYZ 4.82 7.18 1.51 -
YUV 67.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 55 84 13 0.35 0 0.85 0.67 84.51 0.73 0.19
Hex 37 54 D 23 0 55 43 55 49 13
Octal 67 124 15 43 0 125 103 125 111 23
Binary 110111 1010100 1101 100011 0 1010101 1000011 1010101 1001001 10011

Color Harmonies of #37540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37540D

Black with #37540D

Text Example


Text Example

White with #37540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37540D; }

 p { color: rgb(55,84,13); }

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

background-color css

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

 a { background-color: rgb(55,84,13); }

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

border-color css

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

 span { border-color: rgb(55,84,13); }

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