Html Css Color HEX #37530B Verdun Green

📋 copy color: '#37530B'

red 55 ◦ green 83 ◦ blue 11

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

Shades of Verdun Green #37530B

Tints of Verdun Green #37530B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 55.7%

 BLUE value IS 11 (4.69% from 255) = 7.38%

R = 36.91%
G = 55.7%
B = 7.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#37530B (or 0x37530B) is known color: Verdun Green. HEX triplet: 37, 53 and 0B. RGB value is (55,83,11). Sum of RGB (Red+Green+Blue) = 55+83+11=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #37530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37530B is #C8ACF4. Grayscale: #424242. Windows color (decimal): -13151477 or 742199. OLE color: 742199.

HSL color Cylindrical-coordinate representation of color #37530B: hue angle of 83.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37530B is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 83 11 -
CMYK 0.34 0 0.87 0.67
HSL 83.33º 0.77% 0.18% -
HSV(B) 83.33º 0.87% 0.33% -
XYZ 4.73 7.02 1.42 -
YUV 66.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 55 83 11 0.34 0 0.87 0.67 83.33 0.77 0.18
Hex 37 53 B 22 0 57 43 53 4D 12
Octal 67 123 13 42 0 127 103 123 115 22
Binary 110111 1010011 1011 100010 0 1010111 1000011 1010011 1001101 10010

Color Harmonies of #37530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37530B

Black with #37530B

Text Example


Text Example

White with #37530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37530B; }

 p { color: rgb(55,83,11); }

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

background-color css

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

 a { background-color: rgb(55,83,11); }

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

border-color css

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

 span { border-color: rgb(55,83,11); }

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