Html Css Color HEX #36550B Verdun Green

📋 copy color: '#36550B'

red 54 ◦ green 85 ◦ blue 11

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

Shades of Verdun Green #36550B

Tints of Verdun Green #36550B

RGB

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

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

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

R = 36%
G = 56.67%
B = 7.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#36550B (or 0x36550B) is known color: Verdun Green. HEX triplet: 36, 55 and 0B. RGB value is (54,85,11). Sum of RGB (Red+Green+Blue) = 54+85+11=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #36550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36550B is #C9AAF4. Grayscale: #434343. Windows color (decimal): -13216501 or 742710. OLE color: 742710.

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

Color convert

RGB 54 85 11 -
CMYK 0.36 0 0.87 0.67
HSL 85.14º 0.77% 0.19% -
HSV(B) 85.14º 0.87% 0.33% -
XYZ 4.83 7.31 1.47 -
YUV 67.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 54 85 11 0.36 0 0.87 0.67 85.14 0.77 0.19
Hex 36 55 B 24 0 57 43 55 4D 13
Octal 66 125 13 44 0 127 103 125 115 23
Binary 110110 1010101 1011 100100 0 1010111 1000011 1010101 1001101 10011

Color Harmonies of #36550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36550B

Black with #36550B

Text Example


Text Example

White with #36550B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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