Html Css Color HEX #557C37 Dingley

📋 copy color: '#557C37'

red 85 ◦ green 124 ◦ blue 55

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

Shades of Dingley #557C37

Tints of Dingley #557C37

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.97%

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

R = 32.2%
G = 46.97%
B = 20.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#557C37 (or 0x557C37) is known color: Dingley. HEX triplet: 55, 7C and 37. RGB value is (85,124,55). Sum of RGB (Red+Green+Blue) = 85+124+55=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #557C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C37 is #AA83C8. Grayscale: #686868. Windows color (decimal): -11174857 or 3636309. OLE color: 3636309.

HSL color Cylindrical-coordinate representation of color #557C37: hue angle of 93.91º 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 #557C37 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 124 55 -
CMYK 0.31 0 0.56 0.51
HSL 93.91º 0.39% 0.35% -
HSV(B) 93.91º 0.56% 0.49% -
XYZ 11.64 16.62 6.21 -
YUV 104.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 85 124 55 0.31 0 0.56 0.51 93.91 0.39 0.35
Hex 55 7C 37 1F 0 38 33 5E 27 23
Octal 125 174 67 37 0 70 63 136 47 43
Binary 1010101 1111100 110111 11111 0 111000 110011 1011110 100111 100011

Color Harmonies of #557C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C37

Black with #557C37

Text Example


Text Example

White with #557C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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