#5C9F45

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

Shades of Apple #5C9F45

Tints of Apple #5C9F45

Color information

#5C9F45 (or 0x5C9F45) is unknown color: approx Apple. HEX triplet: 5C, 9F and 45. RGB value is (92,159,69). Sum of RGB (Red+Green+Blue) = 92+159+69=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9F45 is #A360BA. Grayscale: #808080. Windows color (decimal): -10707131 or 4562780. OLE color: 4562780.

HSL color Cylindrical-coordinate representation of color #5C9F45: hue angle of 104.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C9F45 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB9215969-
CMYK0.4200.570.38
HSL104.67º39.47%44.71%-
HSV(B)104.67º56.6%62.35%-
XYZ17.8927.510-
YUV128.7194.3101.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 159 (62.5% from 255) = 49.69%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=28.75%
G=49.69%
B=21.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92159690.4200.570.38104.6739.4744.71
Hex5C9F452A0392669272d
Octal13423710552071461514755
Binary101110010011111100010110101001110011001101101001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,159,69); }

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

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

 a { background-color: rgb(92,159,69); }

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

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

 span { border-color: rgb(92,159,69); }

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