#5C9B48

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

Shades of Apple #5C9B48

Tints of Apple #5C9B48

Color information

#5C9B48 (or 0x5C9B48) is unknown color: approx Apple. HEX triplet: 5C, 9B and 48. RGB value is (92,155,72). Sum of RGB (Red+Green+Blue) = 92+155+72=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9B48 is #A364B7. Grayscale: #7E7E7E. Windows color (decimal): -10708152 or 4758364. OLE color: 4758364.

HSL color Cylindrical-coordinate representation of color #5C9B48: hue angle of 105.54º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C9B48 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB9215572-
CMYK0.4100.540.39
HSL105.54º36.56%44.51%-
HSV(B)105.54º53.55%60.78%-
XYZ17.326.1910.27-
YUV126.797.13103.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 155 (60.94% from 255) = 48.59%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=28.84%
G=48.59%
B=22.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92155720.4100.540.39105.5436.5644.51
Hex5C9B4829036276a252d
Octal13423311051066471524555
Binary101110010011011100100010100101101101001111101010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,155,72); }

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

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

 a { background-color: rgb(92,155,72); }

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

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

 span { border-color: rgb(92,155,72); }

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