Html Css Color HEX #559E41 Apple

📋 copy color: '#559E41'

red 85 ◦ green 158 ◦ blue 65

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

Shades of Apple #559E41

Tints of Apple #559E41

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.3%

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

R = 27.6%
G = 51.3%
B = 21.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#559E41 (or 0x559E41) is known color: Apple. HEX triplet: 55, 9E and 41. RGB value is (85,158,65). Sum of RGB (Red+Green+Blue) = 85+158+65=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #559E41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E41 is #AA61BE. Grayscale: #7D7D7D. Windows color (decimal): -11166143 or 4300373. OLE color: 4300373.

HSL color Cylindrical-coordinate representation of color #559E41: hue angle of 107.1º 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 #559E41 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 65 -
CMYK 0.46 0 0.59 0.38
HSL 107.1º 0.42% 0.44% -
HSV(B) 107.1º 0.59% 0.62% -
XYZ 16.93 26.77 9.28 -
YUV 125.57 93.82 99.06 -
System Red Green Blue C M Y K H S L
Decimal 85 158 65 0.46 0 0.59 0.38 107.1 0.42 0.44
Hex 55 9E 41 2E 0 3B 26 6B 2A 2C
Octal 125 236 101 56 0 73 46 153 52 54
Binary 1010101 10011110 1000001 101110 0 111011 100110 1101011 101010 101100

Color Harmonies of #559E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E41

Black with #559E41

Text Example


Text Example

White with #559E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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