Html Css Color HEX #588A3D Dingley

📋 copy color: '#588A3D'

red 88 ◦ green 138 ◦ blue 61

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

Shades of Dingley #588A3D

Tints of Dingley #588A3D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.08%

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 30.66%
G = 48.08%
B = 21.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#588A3D (or 0x588A3D) is known color: Dingley. HEX triplet: 58, 8A and 3D. RGB value is (88,138,61). Sum of RGB (Red+Green+Blue) = 88+138+61=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 138 - color contains mainly: green. Hex color #588A3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588A3D is #A775C2. Grayscale: #727272. Windows color (decimal): -10974659 or 4033112. OLE color: 4033112.

HSL color Cylindrical-coordinate representation of color #588A3D: hue angle of 98.96º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #588A3D is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 138 61 -
CMYK 0.36 0 0.56 0.46
HSL 98.96º 0.39% 0.39% -
HSV(B) 98.96º 0.56% 0.54% -
XYZ 13.96 20.59 7.65 -
YUV 114.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 88 138 61 0.36 0 0.56 0.46 98.96 0.39 0.39
Hex 58 8A 3D 24 0 38 2E 63 27 27
Octal 130 212 75 44 0 70 56 143 47 47
Binary 1011000 10001010 111101 100100 0 111000 101110 1100011 100111 100111

Color Harmonies of #588A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588A3D

Black with #588A3D

Text Example


Text Example

White with #588A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588A3D; }

 p { color: rgb(88,138,61); }

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

background-color css

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

 a { background-color: rgb(88,138,61); }

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

border-color css

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

 span { border-color: rgb(88,138,61); }

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