#55C348

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

Shades of Apple #55C348

Tints of Apple #55C348

Color information

#55C348 (or 0x55C348) is unknown color: approx Apple. HEX triplet: 55, C3 and 48. RGB value is (85,195,72). Sum of RGB (Red+Green+Blue) = 85+195+72=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #55C348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C348 is #AA3CB7. Grayscale: #949494. Windows color (decimal): -11156664 or 4768597. OLE color: 4768597.

HSL color Cylindrical-coordinate representation of color #55C348: hue angle of 113.66º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55C348 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB8519572-
CMYK0.5600.630.24
HSL113.66º50.62%52.35%-
HSV(B)113.66º63.08%76.47%-
XYZ24.4341.4312.84-
YUV148.0985.0683-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 195 (76.56% from 255) = 55.40%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=24.15%
G=55.40%
B=20.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85195720.5600.630.24113.6650.6252.35
Hex55C3483803F18723334
Octal12530311070077301626364
Binary10101011100001110010001110000111111110001110010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C348; }

 p { color: rgb(85,195,72); }

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

<style>
 a { background-color: #55C348; }

 a { background-color: rgb(85,195,72); }

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

<style>
 span { border-color: #55C348; }

 span { border-color: rgb(85,195,72); }

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