Html Css Color HEX #559F41 Apple

📋 copy color: '#559F41'

red 85 ◦ green 159 ◦ blue 65

#559F41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #559F41

Tints of Apple #559F41

RGB

 RED value IS 85 (33.59% from 255) = 27.51%

 GREEN value IS 159 (62.5% from 255) = 51.46%

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 27.51%
G = 51.46%
B = 21.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#559F41 (or 0x559F41) is known color: Apple. HEX triplet: 55, 9F and 41. RGB value is (85,159,65). Sum of RGB (Red+Green+Blue) = 85+159+65=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #559F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559F41 is #AA60BE. Grayscale: #7E7E7E. Windows color (decimal): -11165887 or 4300629. OLE color: 4300629.

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

Color convert

RGB 85 159 65 -
CMYK 0.47 0 0.59 0.38
HSL 107.23º 0.42% 0.44% -
HSV(B) 107.23º 0.59% 0.62% -
XYZ 17.1 27.11 9.33 -
YUV 126.16 93.48 98.64 -
System Red Green Blue C M Y K H S L
Decimal 85 159 65 0.47 0 0.59 0.38 107.23 0.42 0.44
Hex 55 9F 41 2F 0 3B 26 6B 2A 2C
Octal 125 237 101 57 0 73 46 153 52 54
Binary 1010101 10011111 1000001 101111 0 111011 100110 1101011 101010 101100

Color Harmonies of #559F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F41

Black with #559F41

Text Example


Text Example

White with #559F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,159,65); }

 H1.HeaderClassName
 {
   color: #559F41;
 }
 .AnyTagClassName
 {
   color: #559F41;
 }
</style>

background-color css

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

 a { background-color: rgb(85,159,65); }

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

border-color css

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

 span { border-color: rgb(85,159,65); }

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