#61B574

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

Shades of Fern #61B574

Tints of Fern #61B574

Color information

#61B574 (or 0x61B574) is unknown color: approx Fern. HEX triplet: 61, B5 and 74. RGB value is (97,181,116). Sum of RGB (Red+Green+Blue) = 97+181+116=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #61B574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B574 is #9E4A8B. Grayscale: #949494. Windows color (decimal): -10373772 or 7648609. OLE color: 7648609.

HSL color Cylindrical-coordinate representation of color #61B574: hue angle of 133.57º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B574 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB97181116-
CMYK0.4600.360.29
HSL133.57º36.21%54.51%-
HSV(B)133.57º46.41%70.98%-
XYZ24.6136.8522.34-
YUV148.47109.6791.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 181 (71.09% from 255) = 45.94%
BLUE value IS 116 (45.70% from 255) = 29.44%
R=24.62%
G=45.94%
B=29.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971811160.4600.360.29133.5736.2154.51
Hex61B5742E0241D862437
Octal14126516456044352064467
Binary110000110110101111010010111001001001110110000110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61B574; }

 p { color: rgb(97,181,116); }

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

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

 a { background-color: rgb(97,181,116); }

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

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

 span { border-color: rgb(97,181,116); }

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