Html Css Color HEX #557F37 Dingley

📋 copy color: '#557F37'

red 85 ◦ green 127 ◦ blue 55

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

Shades of Dingley #557F37

Tints of Dingley #557F37

RGB

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

 GREEN value IS 127 (50% from 255) = 47.57%

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

R = 31.84%
G = 47.57%
B = 20.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#557F37 (or 0x557F37) is known color: Dingley. HEX triplet: 55, 7F and 37. RGB value is (85,127,55). Sum of RGB (Red+Green+Blue) = 85+127+55=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #557F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557F37 is #AA80C8. Grayscale: #6A6A6A. Windows color (decimal): -11174089 or 3637077. OLE color: 3637077.

HSL color Cylindrical-coordinate representation of color #557F37: hue angle of 95º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557F37 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 127 55 -
CMYK 0.33 0 0.57 0.50
HSL 95º 0.4% 0.36% -
HSV(B) 95º 0.57% 0.5% -
XYZ 12.03 17.39 6.34 -
YUV 106.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 85 127 55 0.33 0 0.57 0.50 95 0.4 0.36
Hex 55 7F 37 21 0 39 32 5F 28 24
Octal 125 177 67 41 0 71 62 137 50 44
Binary 1010101 1111111 110111 100001 0 111001 110010 1011111 101000 100100

Color Harmonies of #557F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F37

Black with #557F37

Text Example


Text Example

White with #557F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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