Html Css Color HEX #36600D Verdun Green

📋 copy color: '#36600D'

red 54 ◦ green 96 ◦ blue 13

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

Shades of Verdun Green #36600D

Tints of Verdun Green #36600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.9%

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

R = 33.13%
G = 58.9%
B = 7.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#36600D (or 0x36600D) is known color: Verdun Green. HEX triplet: 36, 60 and 0D. RGB value is (54,96,13). Sum of RGB (Red+Green+Blue) = 54+96+13=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #36600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36600D is #C99FF2. Grayscale: #4A4A4A. Windows color (decimal): -13213683 or 876598. OLE color: 876598.

HSL color Cylindrical-coordinate representation of color #36600D: hue angle of 90.36º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36600D is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 13 -
CMYK 0.44 0 0.86 0.62
HSL 90.36º 0.76% 0.21% -
HSV(B) 90.36º 0.86% 0.38% -
XYZ 5.78 9.18 1.85 -
YUV 73.98 93.59 113.75 -
System Red Green Blue C M Y K H S L
Decimal 54 96 13 0.44 0 0.86 0.62 90.36 0.76 0.21
Hex 36 60 D 2C 0 56 3E 5A 4C 15
Octal 66 140 15 54 0 126 76 132 114 25
Binary 110110 1100000 1101 101100 0 1010110 111110 1011010 1001100 10101

Color Harmonies of #36600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36600D

Black with #36600D

Text Example


Text Example

White with #36600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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