Html Css Color HEX #56530D Verdun Green

📋 copy color: '#56530D'

red 86 ◦ green 83 ◦ blue 13

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

Shades of Verdun Green #56530D

Tints of Verdun Green #56530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.6%

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

R = 47.25%
G = 45.6%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56530D (or 0x56530D) is known color: Verdun Green. HEX triplet: 56, 53 and 0D. RGB value is (86,83,13). Sum of RGB (Red+Green+Blue) = 86+83+13=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56530D is #A9ACF2. Grayscale: #4C4C4C. Windows color (decimal): -11119859 or 873302. OLE color: 873302.

HSL color Cylindrical-coordinate representation of color #56530D: hue angle of 57.53º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56530D is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 83 13 -
CMYK 0 0.03 0.85 0.66
HSL 57.53º 0.74% 0.19% -
HSV(B) 57.53º 0.85% 0.34% -
XYZ 7 8.19 1.59 -
YUV 75.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 86 83 13 0 0.03 0.85 0.66 57.53 0.74 0.19
Hex 56 53 D 0 3 55 42 3A 4A 13
Octal 126 123 15 0 3 125 102 72 112 23
Binary 1010110 1010011 1101 0 11 1010101 1000010 111010 1001010 10011

Color Harmonies of #56530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56530D

Black with #56530D

Text Example


Text Example

White with #56530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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