Html Css Color HEX #557E37 Dingley

📋 copy color: '#557E37'

red 85 ◦ green 126 ◦ blue 55

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

Shades of Dingley #557E37

Tints of Dingley #557E37

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.37%

 BLUE value IS 55 (21.88% from 255) = 20.68%

R = 31.95%
G = 47.37%
B = 20.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#557E37 (or 0x557E37) is known color: Dingley. HEX triplet: 55, 7E and 37. RGB value is (85,126,55). Sum of RGB (Red+Green+Blue) = 85+126+55=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #557E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557E37 is #AA81C8. Grayscale: #696969. Windows color (decimal): -11174345 or 3636821. OLE color: 3636821.

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

Color convert

RGB 85 126 55 -
CMYK 0.33 0 0.56 0.51
HSL 94.65º 0.39% 0.35% -
HSV(B) 94.65º 0.56% 0.49% -
XYZ 11.9 17.13 6.29 -
YUV 105.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 85 126 55 0.33 0 0.56 0.51 94.65 0.39 0.35
Hex 55 7E 37 21 0 38 33 5F 27 23
Octal 125 176 67 41 0 70 63 137 47 43
Binary 1010101 1111110 110111 100001 0 111000 110011 1011111 100111 100011

Color Harmonies of #557E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557E37

Black with #557E37

Text Example


Text Example

White with #557E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,126,55); }

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

background-color css

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

 a { background-color: rgb(85,126,55); }

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

border-color css

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

 span { border-color: rgb(85,126,55); }

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