Html Css Color HEX #567442 Dingley

📋 copy color: '#567442'

red 86 ◦ green 116 ◦ blue 66

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

Shades of Dingley #567442

Tints of Dingley #567442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.28%

 BLUE value IS 66 (26.17% from 255) = 24.63%

R = 32.09%
G = 43.28%
B = 24.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#567442 (or 0x567442) is known color: Dingley. HEX triplet: 56, 74 and 42. RGB value is (86,116,66). Sum of RGB (Red+Green+Blue) = 86+116+66=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #567442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567442 is #A98BBD. Grayscale: #656565. Windows color (decimal): -11111358 or 4355158. OLE color: 4355158.

HSL color Cylindrical-coordinate representation of color #567442: hue angle of 96º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567442 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 116 66 -
CMYK 0.26 0 0.43 0.55
HSL 96º 0.27% 0.36% -
HSV(B) 96º 0.43% 0.45% -
XYZ 11.07 14.86 7.44 -
YUV 101.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 86 116 66 0.26 0 0.43 0.55 96 0.27 0.36
Hex 56 74 42 1A 0 2B 37 60 1B 24
Octal 126 164 102 32 0 53 67 140 33 44
Binary 1010110 1110100 1000010 11010 0 101011 110111 1100000 11011 100100

Color Harmonies of #567442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567442

Black with #567442

Text Example


Text Example

White with #567442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567442; }

 p { color: rgb(86,116,66); }

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

background-color css

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

 a { background-color: rgb(86,116,66); }

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

border-color css

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

 span { border-color: rgb(86,116,66); }

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