#559D3D

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

Shades of Apple #559D3D

Tints of Apple #559D3D

Color information

#559D3D (or 0x559D3D) is unknown color: approx Apple. HEX triplet: 55, 9D and 3D. RGB value is (85,157,61). Sum of RGB (Red+Green+Blue) = 85+157+61=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #559D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D3D is #AA62C2. Grayscale: #7C7C7C. Windows color (decimal): -11166403 or 4037973. OLE color: 4037973.

HSL color Cylindrical-coordinate representation of color #559D3D: hue angle of 105º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #559D3D is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB8515761-
CMYK0.4600.610.38
HSL105º44.04%42.75%-
HSV(B)105º61.15%61.57%-
XYZ16.6526.388.63-
YUV124.5392.1599.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 157 (61.72% from 255) = 51.82%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=28.05%
G=51.82%
B=20.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157610.4600.610.3810544.0442.75
Hex559D3D2E03D26692c2b
Octal1252357556075461515453
Binary10101011001110111110110111001111011001101101001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559D3D; }

 p { color: rgb(85,157,61); }

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

<style>
 a { background-color: #559D3D; }

 a { background-color: rgb(85,157,61); }

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

<style>
 span { border-color: #559D3D; }

 span { border-color: rgb(85,157,61); }

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