Html Css Color HEX #558136 Dingley

📋 copy color: '#558136'

red 85 ◦ green 129 ◦ blue 54

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

Shades of Dingley #558136

Tints of Dingley #558136

RGB

 RED value IS 85 (33.59% from 255) = 31.72%

 GREEN value IS 129 (50.78% from 255) = 48.13%

 BLUE value IS 54 (21.48% from 255) = 20.15%

R = 31.72%
G = 48.13%
B = 20.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#558136 (or 0x558136) is known color: Dingley. HEX triplet: 55, 81 and 36. RGB value is (85,129,54). Sum of RGB (Red+Green+Blue) = 85+129+54=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #558136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558136 is #AA7EC9. Grayscale: #6B6B6B. Windows color (decimal): -11173578 or 3572053. OLE color: 3572053.

HSL color Cylindrical-coordinate representation of color #558136: hue angle of 95.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558136 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 54 -
CMYK 0.34 0 0.58 0.49
HSL 95.2º 0.41% 0.36% -
HSV(B) 95.2º 0.58% 0.51% -
XYZ 12.26 17.9 6.3 -
YUV 107.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 85 129 54 0.34 0 0.58 0.49 95.2 0.41 0.36
Hex 55 81 36 22 0 3A 31 5F 29 24
Octal 125 201 66 42 0 72 61 137 51 44
Binary 1010101 10000001 110110 100010 0 111010 110001 1011111 101001 100100

Color Harmonies of #558136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558136

Black with #558136

Text Example


Text Example

White with #558136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558136; }

 p { color: rgb(85,129,54); }

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

background-color css

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

 a { background-color: rgb(85,129,54); }

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

border-color css

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

 span { border-color: rgb(85,129,54); }

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