Html Css Color HEX #559C41 Apple

📋 copy color: '#559C41'

red 85 ◦ green 156 ◦ blue 65

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

Shades of Apple #559C41

Tints of Apple #559C41

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.98%

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

R = 27.78%
G = 50.98%
B = 21.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#559C41 (or 0x559C41) is known color: Apple. HEX triplet: 55, 9C and 41. RGB value is (85,156,65). Sum of RGB (Red+Green+Blue) = 85+156+65=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #559C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C41 is #AA63BE. Grayscale: #7C7C7C. Windows color (decimal): -11166655 or 4299861. OLE color: 4299861.

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

Color convert

RGB 85 156 65 -
CMYK 0.46 0 0.58 0.39
HSL 106.81º 0.41% 0.43% -
HSV(B) 106.81º 0.58% 0.61% -
XYZ 16.59 26.09 9.16 -
YUV 124.4 94.48 99.9 -
System Red Green Blue C M Y K H S L
Decimal 85 156 65 0.46 0 0.58 0.39 106.81 0.41 0.43
Hex 55 9C 41 2E 0 3A 27 6B 29 2B
Octal 125 234 101 56 0 72 47 153 51 53
Binary 1010101 10011100 1000001 101110 0 111010 100111 1101011 101001 101011

Color Harmonies of #559C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C41

Black with #559C41

Text Example


Text Example

White with #559C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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