#557A4B

Color #557A4B Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #557A4B

Tints of Fern Green #557A4B

Color information

#557A4B (or 0x557A4B) is unknown color: approx Fern Green. HEX triplet: 55, 7A and 4B. RGB value is (85,122,75). Sum of RGB (Red+Green+Blue) = 85+122+75=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #557A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A4B is #AA85B4. Grayscale: #696969. Windows color (decimal): -11175349 or 4946517. OLE color: 4946517.

HSL color Cylindrical-coordinate representation of color #557A4B: hue angle of 107.23º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #557A4B is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB8512275-
CMYK0.3000.390.52
HSL107.23º23.86%38.63%-
HSV(B)107.23º38.52%47.84%-
XYZ11.9816.369.18-
YUV105.58110.74113.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=30.14%
G=43.26%
B=26.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85122750.3000.390.52107.2323.8638.63
Hex557A4B1E027346b1827
Octal12517211336047641533047
Binary101010111110101001011111100100111110100110101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,122,75); }

 H1.HeaderClassName
 {
   color: #557A4B;
 }
 .AnyTagClassName
 {
   color: #557A4B;
 }
</style>
background-color css

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

 a { background-color: rgb(85,122,75); }

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

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

 span { border-color: rgb(85,122,75); }

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