Html Css Color HEX #56600D Verdun Green

📋 copy color: '#56600D'

red 86 ◦ green 96 ◦ blue 13

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

Shades of Verdun Green #56600D

Tints of Verdun Green #56600D

RGB

 RED value IS 86 (33.98% from 255) = 44.1%

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

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

R = 44.1%
G = 49.23%
B = 6.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#56600D (or 0x56600D) is known color: Verdun Green. HEX triplet: 56, 60 and 0D. RGB value is (86,96,13). Sum of RGB (Red+Green+Blue) = 86+96+13=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #56600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56600D is #A99FF2. Grayscale: #535353. Windows color (decimal): -11116531 or 876630. OLE color: 876630.

HSL color Cylindrical-coordinate representation of color #56600D: hue angle of 67.23º 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 #56600D is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 13 -
CMYK 0.10 0 0.86 0.62
HSL 67.23º 0.76% 0.21% -
HSV(B) 67.23º 0.86% 0.38% -
XYZ 8.09 10.37 1.96 -
YUV 83.55 88.19 129.75 -
System Red Green Blue C M Y K H S L
Decimal 86 96 13 0.10 0 0.86 0.62 67.23 0.76 0.21
Hex 56 60 D A 0 56 3E 43 4C 15
Octal 126 140 15 12 0 126 76 103 114 25
Binary 1010110 1100000 1101 1010 0 1010110 111110 1000011 1001100 10101

Color Harmonies of #56600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56600D

Black with #56600D

Text Example


Text Example

White with #56600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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