#62A368

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

Shades of Fern #62A368

Tints of Fern #62A368

Color information

#62A368 (or 0x62A368) is unknown color: approx Fern. HEX triplet: 62, A3 and 68. RGB value is (98,163,104). Sum of RGB (Red+Green+Blue) = 98+163+104=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #62A368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A368 is #9D5C97. Grayscale: #898989. Windows color (decimal): -10312856 or 6857570. OLE color: 6857570.

HSL color Cylindrical-coordinate representation of color #62A368: hue angle of 125.54º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A368 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB98163104-
CMYK0.4000.360.36
HSL125.54º26.1%51.18%-
HSV(B)125.54º39.88%63.92%-
XYZ20.6329.7917.76-
YUV136.84109.47100.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 163 (64.06% from 255) = 44.66%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=26.85%
G=44.66%
B=28.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981631040.4000.360.36125.5426.151.18
Hex62A36828024247e1a33
Octal14224315050044441763263
Binary11000101010001111010001010000100100100100111111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,163,104); }

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

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

 a { background-color: rgb(98,163,104); }

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

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

 span { border-color: rgb(98,163,104); }

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