Html Css Color HEX #56A045 Apple

📋 copy color: '#56A045'

red 86 ◦ green 160 ◦ blue 69

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

Shades of Apple #56A045

Tints of Apple #56A045

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.79%

 BLUE value IS 69 (27.34% from 255) = 21.9%

R = 27.3%
G = 50.79%
B = 21.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#56A045 (or 0x56A045) is known color: Apple. HEX triplet: 56, A0 and 45. RGB value is (86,160,69). Sum of RGB (Red+Green+Blue) = 86+160+69=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #56A045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A045 is #A95FBA. Grayscale: #7F7F7F. Windows color (decimal): -11100091 or 4563030. OLE color: 4563030.

HSL color Cylindrical-coordinate representation of color #56A045: hue angle of 108.79º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56A045 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 160 69 -
CMYK 0.46 0 0.57 0.37
HSL 108.79º 0.4% 0.45% -
HSV(B) 108.79º 0.57% 0.63% -
XYZ 17.48 27.55 10.03 -
YUV 127.5 94.98 98.4 -
System Red Green Blue C M Y K H S L
Decimal 86 160 69 0.46 0 0.57 0.37 108.79 0.4 0.45
Hex 56 A0 45 2E 0 39 25 6D 28 2D
Octal 126 240 105 56 0 71 45 155 50 55
Binary 1010110 10100000 1000101 101110 0 111001 100101 1101101 101000 101101

Color Harmonies of #56A045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A045

Black with #56A045

Text Example


Text Example

White with #56A045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,160,69); }

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

background-color css

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

 a { background-color: rgb(86,160,69); }

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

border-color css

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

 span { border-color: rgb(86,160,69); }

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