Html Css Color HEX #557D36 Dingley

📋 copy color: '#557D36'

red 85 ◦ green 125 ◦ blue 54

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

Shades of Dingley #557D36

Tints of Dingley #557D36

RGB

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

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

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

R = 32.2%
G = 47.35%
B = 20.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#557D36 (or 0x557D36) is known color: Dingley. HEX triplet: 55, 7D and 36. RGB value is (85,125,54). Sum of RGB (Red+Green+Blue) = 85+125+54=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 125 - color contains mainly: green. Hex color #557D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557D36 is #AA82C9. Grayscale: #696969. Windows color (decimal): -11174602 or 3571029. OLE color: 3571029.

HSL color Cylindrical-coordinate representation of color #557D36: hue angle of 93.8º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557D36 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 125 54 -
CMYK 0.32 0 0.57 0.51
HSL 93.8º 0.4% 0.35% -
HSV(B) 93.8º 0.57% 0.49% -
XYZ 11.75 16.86 6.13 -
YUV 104.95 99.25 113.77 -
System Red Green Blue C M Y K H S L
Decimal 85 125 54 0.32 0 0.57 0.51 93.8 0.4 0.35
Hex 55 7D 36 20 0 39 33 5E 28 23
Octal 125 175 66 40 0 71 63 136 50 43
Binary 1010101 1111101 110110 100000 0 111001 110011 1011110 101000 100011

Color Harmonies of #557D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D36

Black with #557D36

Text Example


Text Example

White with #557D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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