Html Css Color HEX #36520B Verdun Green

📋 copy color: '#36520B'

red 54 ◦ green 82 ◦ blue 11

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

Shades of Verdun Green #36520B

Tints of Verdun Green #36520B

RGB

 RED value IS 54 (21.48% from 255) = 36.73%

 GREEN value IS 82 (32.42% from 255) = 55.78%

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

R = 36.73%
G = 55.78%
B = 7.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#36520B (or 0x36520B) is known color: Verdun Green. HEX triplet: 36, 52 and 0B. RGB value is (54,82,11). Sum of RGB (Red+Green+Blue) = 54+82+11=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #36520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36520B is #C9ADF4. Grayscale: #414141. Windows color (decimal): -13217269 or 741942. OLE color: 741942.

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

Color convert

RGB 54 82 11 -
CMYK 0.34 0 0.87 0.68
HSL 83.66º 0.76% 0.18% -
HSV(B) 83.66º 0.87% 0.32% -
XYZ 4.6 6.84 1.4 -
YUV 65.53 97.22 119.77 -
System Red Green Blue C M Y K H S L
Decimal 54 82 11 0.34 0 0.87 0.68 83.66 0.76 0.18
Hex 36 52 B 22 0 57 44 54 4C 12
Octal 66 122 13 42 0 127 104 124 114 22
Binary 110110 1010010 1011 100010 0 1010111 1000100 1010100 1001100 10010

Color Harmonies of #36520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36520B

Black with #36520B

Text Example


Text Example

White with #36520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,82,11); }

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

background-color css

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

 a { background-color: rgb(54,82,11); }

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

border-color css

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

 span { border-color: rgb(54,82,11); }

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