Html Css Color HEX #36550A Verdun Green

📋 copy color: '#36550A'

red 54 ◦ green 85 ◦ blue 10

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

Shades of Verdun Green #36550A

Tints of Verdun Green #36550A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 57.05%

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

R = 36.24%
G = 57.05%
B = 6.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#36550A (or 0x36550A) is known color: Verdun Green. HEX triplet: 36, 55 and 0A. RGB value is (54,85,10). Sum of RGB (Red+Green+Blue) = 54+85+10=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #36550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36550A is #C9AAF5. Grayscale: #434343. Windows color (decimal): -13216502 or 677174. OLE color: 677174.

HSL color Cylindrical-coordinate representation of color #36550A: hue angle of 84.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36550A is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 10 -
CMYK 0.36 0 0.88 0.67
HSL 84.8º 0.79% 0.19% -
HSV(B) 84.8º 0.88% 0.33% -
XYZ 4.82 7.3 1.44 -
YUV 67.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 54 85 10 0.36 0 0.88 0.67 84.8 0.79 0.19
Hex 36 55 A 24 0 58 43 55 4F 13
Octal 66 125 12 44 0 130 103 125 117 23
Binary 110110 1010101 1010 100100 0 1011000 1000011 1010101 1001111 10011

Color Harmonies of #36550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36550A

Black with #36550A

Text Example


Text Example

White with #36550A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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