#558236

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

Shades of Fern Green #558236

Tints of Fern Green #558236

Color information

#558236 (or 0x558236) is unknown color: approx Fern Green. HEX triplet: 55, 82 and 36. RGB value is (85,130,54). Sum of RGB (Red+Green+Blue) = 85+130+54=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #558236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558236 is #AA7DC9. Grayscale: #6C6C6C. Windows color (decimal): -11173322 or 3572309. OLE color: 3572309.

HSL color Cylindrical-coordinate representation of color #558236: hue angle of 95.53º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558236 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB8513054-
CMYK0.3500.580.49
HSL95.53º41.3%36.08%-
HSV(B)95.53º58.46%50.98%-
XYZ12.3918.166.34-
YUV107.8897.59111.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=31.60%
G=48.33%
B=20.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130540.3500.580.4995.5341.336.08
Hex5582362303A31602924
Octal1252026643072611405144
Binary10101011000001011011010001101110101100011100000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558236; }

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

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

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

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

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

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

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

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