Html Css Color HEX #559D41 Apple

📋 copy color: '#559D41'

red 85 ◦ green 157 ◦ blue 65

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

Shades of Apple #559D41

Tints of Apple #559D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.14%

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

R = 27.69%
G = 51.14%
B = 21.17%

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

#559D41 (or 0x559D41) is known color: Apple. HEX triplet: 55, 9D and 41. RGB value is (85,157,65). Sum of RGB (Red+Green+Blue) = 85+157+65=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #559D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D41 is #AA62BE. Grayscale: #7D7D7D. Windows color (decimal): -11166399 or 4300117. OLE color: 4300117.

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

Color convert

RGB 85 157 65 -
CMYK 0.46 0 0.59 0.38
HSL 106.96º 0.41% 0.44% -
HSV(B) 106.96º 0.59% 0.62% -
XYZ 16.76 26.43 9.22 -
YUV 124.98 94.15 99.48 -
System Red Green Blue C M Y K H S L
Decimal 85 157 65 0.46 0 0.59 0.38 106.96 0.41 0.44
Hex 55 9D 41 2E 0 3B 26 6B 29 2C
Octal 125 235 101 56 0 73 46 153 51 54
Binary 1010101 10011101 1000001 101110 0 111011 100110 1101011 101001 101100

Color Harmonies of #559D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D41

Black with #559D41

Text Example


Text Example

White with #559D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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