Html Css Color HEX #56530B Verdun Green

📋 copy color: '#56530B'

red 86 ◦ green 83 ◦ blue 11

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

Shades of Verdun Green #56530B

Tints of Verdun Green #56530B

RGB

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

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

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

R = 47.78%
G = 46.11%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#56530B (or 0x56530B) is known color: Verdun Green. HEX triplet: 56, 53 and 0B. RGB value is (86,83,11). Sum of RGB (Red+Green+Blue) = 86+83+11=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56530B is #A9ACF4. Grayscale: #4B4B4B. Windows color (decimal): -11119861 or 742230. OLE color: 742230.

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

Color convert

RGB 86 83 11 -
CMYK 0 0.03 0.87 0.66
HSL 57.6º 0.77% 0.19% -
HSV(B) 57.6º 0.87% 0.34% -
XYZ 6.99 8.19 1.53 -
YUV 75.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 86 83 11 0 0.03 0.87 0.66 57.6 0.77 0.19
Hex 56 53 B 0 3 57 42 3A 4D 13
Octal 126 123 13 0 3 127 102 72 115 23
Binary 1010110 1010011 1011 0 11 1010111 1000010 111010 1001101 10011

Color Harmonies of #56530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56530B

Black with #56530B

Text Example


Text Example

White with #56530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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