Html Css Color HEX #55A53C Apple

📋 copy color: '#55A53C'

red 85 ◦ green 165 ◦ blue 60

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

Shades of Apple #55A53C

Tints of Apple #55A53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 27.42%
G = 53.23%
B = 19.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#55A53C (or 0x55A53C) is known color: Apple. HEX triplet: 55, A5 and 3C. RGB value is (85,165,60). Sum of RGB (Red+Green+Blue) = 85+165+60=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #55A53C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A53C is #AA5AC3. Grayscale: #818181. Windows color (decimal): -11164356 or 3974485. OLE color: 3974485.

HSL color Cylindrical-coordinate representation of color #55A53C: hue angle of 105.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55A53C is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 165 60 -
CMYK 0.48 0 0.64 0.35
HSL 105.71º 0.47% 0.44% -
HSV(B) 105.71º 0.64% 0.65% -
XYZ 18.02 29.17 8.96 -
YUV 129.11 89 96.54 -
System Red Green Blue C M Y K H S L
Decimal 85 165 60 0.48 0 0.64 0.35 105.71 0.47 0.44
Hex 55 A5 3C 30 0 40 23 6A 2F 2C
Octal 125 245 74 60 0 100 43 152 57 54
Binary 1010101 10100101 111100 110000 0 1000000 100011 1101010 101111 101100

Color Harmonies of #55A53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A53C

Black with #55A53C

Text Example


Text Example

White with #55A53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A53C; }

 p { color: rgb(85,165,60); }

 H1.HeaderClassName
 {
   color: #55A53C;
 }
 .AnyTagClassName
 {
   color: #55A53C;
 }
</style>

background-color css

<style>
 a { background-color: #55A53C; }

 a { background-color: rgb(85,165,60); }

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

border-color css

<style>
 span { border-color: #55A53C; }

 span { border-color: rgb(85,165,60); }

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