Html Css Color HEX #56A545 Apple

📋 copy color: '#56A545'

red 86 ◦ green 165 ◦ blue 69

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

Shades of Apple #56A545

Tints of Apple #56A545

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.56%

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

R = 26.88%
G = 51.56%
B = 21.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#56A545 (or 0x56A545) is known color: Apple. HEX triplet: 56, A5 and 45. RGB value is (86,165,69). Sum of RGB (Red+Green+Blue) = 86+165+69=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #56A545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A545 is #A95ABA. Grayscale: #828282. Windows color (decimal): -11098811 or 4564310. OLE color: 4564310.

HSL color Cylindrical-coordinate representation of color #56A545: hue angle of 109.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56A545 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 165 69 -
CMYK 0.48 0 0.58 0.35
HSL 109.38º 0.41% 0.46% -
HSV(B) 109.38º 0.58% 0.65% -
XYZ 18.37 29.32 10.32 -
YUV 130.44 93.33 96.31 -
System Red Green Blue C M Y K H S L
Decimal 86 165 69 0.48 0 0.58 0.35 109.38 0.41 0.46
Hex 56 A5 45 30 0 3A 23 6D 29 2E
Octal 126 245 105 60 0 72 43 155 51 56
Binary 1010110 10100101 1000101 110000 0 111010 100011 1101101 101001 101110

Color Harmonies of #56A545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A545

Black with #56A545

Text Example


Text Example

White with #56A545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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