#62B058

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

Shades of Apple #62B058

Tints of Apple #62B058

Color information

#62B058 (or 0x62B058) is unknown color: approx Apple. HEX triplet: 62, B0 and 58. RGB value is (98,176,88). Sum of RGB (Red+Green+Blue) = 98+176+88=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #62B058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62B058 is #9D4FA7. Grayscale: #8E8E8E. Windows color (decimal): -10309544 or 5812322. OLE color: 5812322.

HSL color Cylindrical-coordinate representation of color #62B058: hue angle of 113.18º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62B058 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB9817688-
CMYK0.4400.500.31
HSL113.18º35.77%51.76%-
HSV(B)113.18º50%69.02%-
XYZ22.3234.3514.69-
YUV142.6597.1696.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 176 (69.14% from 255) = 48.62%
BLUE value IS 88 (34.77% from 255) = 24.31%
R=27.07%
G=48.62%
B=24.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98176880.4400.500.31113.1835.7751.76
Hex62B0582C0321F712434
Octal14226013054062371614464
Binary11000101011000010110001011000110010111111110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,176,88); }

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

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

 a { background-color: rgb(98,176,88); }

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

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

 span { border-color: rgb(98,176,88); }

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