Html Css Color HEX #56A140 Apple

📋 copy color: '#56A140'

red 86 ◦ green 161 ◦ blue 64

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

Shades of Apple #56A140

Tints of Apple #56A140

RGB

 RED value IS 86 (33.98% from 255) = 27.65%

 GREEN value IS 161 (63.28% from 255) = 51.77%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 27.65%
G = 51.77%
B = 20.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#56A140 (or 0x56A140) is known color: Apple. HEX triplet: 56, A1 and 40. RGB value is (86,161,64). Sum of RGB (Red+Green+Blue) = 86+161+64=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #56A140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A140 is #A95EBF. Grayscale: #7F7F7F. Windows color (decimal): -11099840 or 4235606. OLE color: 4235606.

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

Color convert

RGB 86 161 64 -
CMYK 0.47 0 0.60 0.37
HSL 106.39º 0.43% 0.44% -
HSV(B) 106.39º 0.6% 0.63% -
XYZ 17.51 27.84 9.3 -
YUV 127.52 92.15 98.39 -
System Red Green Blue C M Y K H S L
Decimal 86 161 64 0.47 0 0.60 0.37 106.39 0.43 0.44
Hex 56 A1 40 2F 0 3C 25 6A 2B 2C
Octal 126 241 100 57 0 74 45 152 53 54
Binary 1010110 10100001 1000000 101111 0 111100 100101 1101010 101011 101100

Color Harmonies of #56A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A140

Black with #56A140

Text Example


Text Example

White with #56A140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A140; }

 p { color: rgb(86,161,64); }

 H1.HeaderClassName
 {
   color: #56A140;
 }
 .AnyTagClassName
 {
   color: #56A140;
 }
</style>

background-color css

<style>
 a { background-color: #56A140; }

 a { background-color: rgb(86,161,64); }

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

border-color css

<style>
 span { border-color: #56A140; }

 span { border-color: rgb(86,161,64); }

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