Html Css Color HEX #559F3F Apple

📋 copy color: '#559F3F'

red 85 ◦ green 159 ◦ blue 63

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

Shades of Apple #559F3F

Tints of Apple #559F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.52%

R = 27.69%
G = 51.79%
B = 20.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#559F3F (or 0x559F3F) is known color: Apple. HEX triplet: 55, 9F and 3F. RGB value is (85,159,63). Sum of RGB (Red+Green+Blue) = 85+159+63=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #559F3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559F3F is #AA60C0. Grayscale: #7E7E7E. Windows color (decimal): -11165889 or 4169557. OLE color: 4169557.

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

Color convert

RGB 85 159 63 -
CMYK 0.47 0 0.60 0.38
HSL 106.25º 0.43% 0.44% -
HSV(B) 106.25º 0.6% 0.62% -
XYZ 17.04 27.09 9.03 -
YUV 125.93 92.48 98.81 -
System Red Green Blue C M Y K H S L
Decimal 85 159 63 0.47 0 0.60 0.38 106.25 0.43 0.44
Hex 55 9F 3F 2F 0 3C 26 6A 2B 2C
Octal 125 237 77 57 0 74 46 152 53 54
Binary 1010101 10011111 111111 101111 0 111100 100110 1101010 101011 101100

Color Harmonies of #559F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F3F

Black with #559F3F

Text Example


Text Example

White with #559F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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