#558638

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

Shades of Fern Green #558638

Tints of Fern Green #558638

Color information

#558638 (or 0x558638) is unknown color: approx Fern Green. HEX triplet: 55, 86 and 38. RGB value is (85,134,56). Sum of RGB (Red+Green+Blue) = 85+134+56=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #558638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558638 is #AA79C7. Grayscale: #6E6E6E. Windows color (decimal): -11172296 or 3704405. OLE color: 3704405.

HSL color Cylindrical-coordinate representation of color #558638: hue angle of 97.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558638 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB8513456-
CMYK0.3700.580.47
HSL97.69º41.05%37.25%-
HSV(B)97.69º58.21%52.55%-
XYZ12.9919.276.78-
YUV110.4697.27109.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 134 (52.73% from 255) = 48.73%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=30.91%
G=48.73%
B=20.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85134560.3700.580.4797.6941.0537.25
Hex5586382503A2F622925
Octal1252067045072571425145
Binary10101011000011011100010010101110101011111100010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558638; }

 p { color: rgb(85,134,56); }

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

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

 a { background-color: rgb(85,134,56); }

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

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

 span { border-color: rgb(85,134,56); }

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