Html Css Color HEX #36550D Verdun Green

📋 copy color: '#36550D'

red 54 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #36550D

Tints of Verdun Green #36550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 35.53%
G = 55.92%
B = 8.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#36550D (or 0x36550D) is known color: Verdun Green. HEX triplet: 36, 55 and 0D. RGB value is (54,85,13). Sum of RGB (Red+Green+Blue) = 54+85+13=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #36550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36550D is #C9AAF2. Grayscale: #434343. Windows color (decimal): -13216499 or 873782. OLE color: 873782.

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

Color convert

RGB 54 85 13 -
CMYK 0.36 0 0.85 0.67
HSL 85.83º 0.73% 0.19% -
HSV(B) 85.83º 0.85% 0.33% -
XYZ 4.84 7.31 1.54 -
YUV 67.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 54 85 13 0.36 0 0.85 0.67 85.83 0.73 0.19
Hex 36 55 D 24 0 55 43 56 49 13
Octal 66 125 15 44 0 125 103 126 111 23
Binary 110110 1010101 1101 100100 0 1010101 1000011 1010110 1001001 10011

Color Harmonies of #36550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36550D

Black with #36550D

Text Example


Text Example

White with #36550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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