Html Css Color HEX #588234 Dingley

📋 copy color: '#588234'

red 88 ◦ green 130 ◦ blue 52

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

Shades of Dingley #588234

Tints of Dingley #588234

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.15%

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 32.59%
G = 48.15%
B = 19.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#588234 (or 0x588234) is known color: Dingley. HEX triplet: 58, 82 and 34. RGB value is (88,130,52). Sum of RGB (Red+Green+Blue) = 88+130+52=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #588234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588234 is #A77DCB. Grayscale: #6C6C6C. Windows color (decimal): -10976716 or 3441240. OLE color: 3441240.

HSL color Cylindrical-coordinate representation of color #588234: hue angle of 92.31º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #588234 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 130 52 -
CMYK 0.32 0 0.60 0.49
HSL 92.31º 0.43% 0.36% -
HSV(B) 92.31º 0.6% 0.51% -
XYZ 12.63 18.29 6.11 -
YUV 108.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 88 130 52 0.32 0 0.60 0.49 92.31 0.43 0.36
Hex 58 82 34 20 0 3C 31 5C 2B 24
Octal 130 202 64 40 0 74 61 134 53 44
Binary 1011000 10000010 110100 100000 0 111100 110001 1011100 101011 100100

Color Harmonies of #588234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588234

Black with #588234

Text Example


Text Example

White with #588234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588234; }

 p { color: rgb(88,130,52); }

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

background-color css

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

 a { background-color: rgb(88,130,52); }

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

border-color css

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

 span { border-color: rgb(88,130,52); }

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