#5FA364

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

Shades of Fern #5FA364

Tints of Fern #5FA364

Color information

#5FA364 (or 0x5FA364) is unknown color: approx Fern. HEX triplet: 5F, A3 and 64. RGB value is (95,163,100). Sum of RGB (Red+Green+Blue) = 95+163+100=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA364 is #A05C9B. Grayscale: #878787. Windows color (decimal): -10509468 or 6595423. OLE color: 6595423.

HSL color Cylindrical-coordinate representation of color #5FA364: hue angle of 124.41º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA364 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB95163100-
CMYK0.4200.390.36
HSL124.41º26.98%50.59%-
HSV(B)124.41º41.72%63.92%-
XYZ20.1229.5516.7-
YUV135.49107.9799.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.54%
GREEN value IS 163 (64.06% from 255) = 45.53%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=26.54%
G=45.53%
B=27.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951631000.4200.390.36124.4126.9850.59
Hex5FA3642A027247c1b33
Octal13724314452047441743363
Binary10111111010001111001001010100100111100100111110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA364; }

 p { color: rgb(95,163,100); }

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

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

 a { background-color: rgb(95,163,100); }

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

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

 span { border-color: rgb(95,163,100); }

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