#62B272

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

Shades of Fern #62B272

Tints of Fern #62B272

Color information

#62B272 (or 0x62B272) is unknown color: approx Fern. HEX triplet: 62, B2 and 72. RGB value is (98,178,114). Sum of RGB (Red+Green+Blue) = 98+178+114=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #62B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62B272 is #9D4D8D. Grayscale: #929292. Windows color (decimal): -10309006 or 7516770. OLE color: 7516770.

HSL color Cylindrical-coordinate representation of color #62B272: hue angle of 132º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62B272 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB98178114-
CMYK0.4500.360.30
HSL132º34.19%54.12%-
HSV(B)132º44.94%69.8%-
XYZ23.9935.6521.54-
YUV146.78109.593.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.13%
GREEN value IS 178 (69.92% from 255) = 45.64%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=25.13%
G=45.64%
B=29.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal981781140.4500.360.3013234.1954.12
Hex62B2722D0241E842236
Octal14226216255044362044266
Binary110001010110010111001010110101001001111010000100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62B272; }

 p { color: rgb(98,178,114); }

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

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

 a { background-color: rgb(98,178,114); }

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

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

 span { border-color: rgb(98,178,114); }

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