Html Css Color HEX #587D42 Dingley

📋 copy color: '#587D42'

red 88 ◦ green 125 ◦ blue 66

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

Shades of Dingley #587D42

Tints of Dingley #587D42

RGB

 RED value IS 88 (34.77% from 255) = 31.54%

 GREEN value IS 125 (49.22% from 255) = 44.8%

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

R = 31.54%
G = 44.8%
B = 23.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#587D42 (or 0x587D42) is known color: Dingley. HEX triplet: 58, 7D and 42. RGB value is (88,125,66). Sum of RGB (Red+Green+Blue) = 88+125+66=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #587D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587D42 is #A782BD. Grayscale: #6B6B6B. Windows color (decimal): -10977982 or 4357464. OLE color: 4357464.

HSL color Cylindrical-coordinate representation of color #587D42: hue angle of 97.63º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #587D42 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 125 66 -
CMYK 0.30 0 0.47 0.51
HSL 97.63º 0.31% 0.37% -
HSV(B) 97.63º 0.47% 0.49% -
XYZ 12.34 17.14 7.81 -
YUV 107.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 88 125 66 0.30 0 0.47 0.51 97.63 0.31 0.37
Hex 58 7D 42 1E 0 2F 33 62 1F 25
Octal 130 175 102 36 0 57 63 142 37 45
Binary 1011000 1111101 1000010 11110 0 101111 110011 1100010 11111 100101

Color Harmonies of #587D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587D42

Black with #587D42

Text Example


Text Example

White with #587D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587D42; }

 p { color: rgb(88,125,66); }

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

background-color css

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

 a { background-color: rgb(88,125,66); }

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

border-color css

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

 span { border-color: rgb(88,125,66); }

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