#5F9B45

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

Shades of Apple #5F9B45

Tints of Apple #5F9B45

Color information

#5F9B45 (or 0x5F9B45) is unknown color: approx Apple. HEX triplet: 5F, 9B and 45. RGB value is (95,155,69). Sum of RGB (Red+Green+Blue) = 95+155+69=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9B45 is #A064BA. Grayscale: #7F7F7F. Windows color (decimal): -10511547 or 4561759. OLE color: 4561759.

HSL color Cylindrical-coordinate representation of color #5F9B45: hue angle of 101.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F9B45 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB9515569-
CMYK0.3900.550.39
HSL101.86º38.39%43.92%-
HSV(B)101.86º55.48%60.78%-
XYZ17.5126.319.78-
YUV127.2695.12104.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.78%
GREEN value IS 155 (60.94% from 255) = 48.59%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=29.78%
G=48.59%
B=21.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95155690.3900.550.39101.8638.3943.92
Hex5F9B45270372766262c
Octal13723310547067471464654
Binary101111110011011100010110011101101111001111100110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,155,69); }

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

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

 a { background-color: rgb(95,155,69); }

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

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

 span { border-color: rgb(95,155,69); }

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