Html Css Color HEX #58853D Dingley

📋 copy color: '#58853D'

red 88 ◦ green 133 ◦ blue 61

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

Shades of Dingley #58853D

Tints of Dingley #58853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.16%

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

R = 31.21%
G = 47.16%
B = 21.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#58853D (or 0x58853D) is known color: Dingley. HEX triplet: 58, 85 and 3D. RGB value is (88,133,61). Sum of RGB (Red+Green+Blue) = 88+133+61=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #58853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58853D is #A77AC2. Grayscale: #6F6F6F. Windows color (decimal): -10975939 or 4031832. OLE color: 4031832.

HSL color Cylindrical-coordinate representation of color #58853D: hue angle of 97.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58853D is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 133 61 -
CMYK 0.34 0 0.54 0.48
HSL 97.5º 0.37% 0.38% -
HSV(B) 97.5º 0.54% 0.52% -
XYZ 13.25 19.19 7.42 -
YUV 111.34 99.59 111.35 -
System Red Green Blue C M Y K H S L
Decimal 88 133 61 0.34 0 0.54 0.48 97.5 0.37 0.38
Hex 58 85 3D 22 0 36 30 62 25 26
Octal 130 205 75 42 0 66 60 142 45 46
Binary 1011000 10000101 111101 100010 0 110110 110000 1100010 100101 100110

Color Harmonies of #58853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58853D

Black with #58853D

Text Example


Text Example

White with #58853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58853D; }

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

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

background-color css

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

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

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

border-color css

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

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

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