Html Css Color HEX #36520A Verdun Green

📋 copy color: '#36520A'

red 54 ◦ green 82 ◦ blue 10

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

Shades of Verdun Green #36520A

Tints of Verdun Green #36520A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.85%

R = 36.99%
G = 56.16%
B = 6.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#36520A (or 0x36520A) is known color: Verdun Green. HEX triplet: 36, 52 and 0A. RGB value is (54,82,10). Sum of RGB (Red+Green+Blue) = 54+82+10=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #36520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36520A is #C9ADF5. Grayscale: #414141. Windows color (decimal): -13217270 or 676406. OLE color: 676406.

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

Color convert

RGB 54 82 10 -
CMYK 0.34 0 0.88 0.68
HSL 83.33º 0.78% 0.18% -
HSV(B) 83.33º 0.88% 0.32% -
XYZ 4.59 6.84 1.37 -
YUV 65.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 54 82 10 0.34 0 0.88 0.68 83.33 0.78 0.18
Hex 36 52 A 22 0 58 44 53 4E 12
Octal 66 122 12 42 0 130 104 123 116 22
Binary 110110 1010010 1010 100010 0 1011000 1000100 1010011 1001110 10010

Color Harmonies of #36520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36520A

Black with #36520A

Text Example


Text Example

White with #36520A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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