Html Css Color HEX #56813B Dingley

📋 copy color: '#56813B'

red 86 ◦ green 129 ◦ blue 59

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

Shades of Dingley #56813B

Tints of Dingley #56813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.08%

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 31.39%
G = 47.08%
B = 21.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#56813B (or 0x56813B) is known color: Dingley. HEX triplet: 56, 81 and 3B. RGB value is (86,129,59). Sum of RGB (Red+Green+Blue) = 86+129+59=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #56813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56813B is #A97EC4. Grayscale: #6C6C6C. Windows color (decimal): -11108037 or 3899734. OLE color: 3899734.

HSL color Cylindrical-coordinate representation of color #56813B: hue angle of 96.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56813B is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 129 59 -
CMYK 0.33 0 0.54 0.49
HSL 96.86º 0.37% 0.37% -
HSV(B) 96.86º 0.54% 0.51% -
XYZ 12.48 17.99 6.95 -
YUV 108.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 86 129 59 0.33 0 0.54 0.49 96.86 0.37 0.37
Hex 56 81 3B 21 0 36 31 61 25 25
Octal 126 201 73 41 0 66 61 141 45 45
Binary 1010110 10000001 111011 100001 0 110110 110001 1100001 100101 100101

Color Harmonies of #56813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56813B

Black with #56813B

Text Example


Text Example

White with #56813B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,129,59); }

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

background-color css

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

 a { background-color: rgb(86,129,59); }

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

border-color css

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

 span { border-color: rgb(86,129,59); }

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