Html Css Color HEX #549F40 Apple

📋 copy color: '#549F40'

red 84 ◦ green 159 ◦ blue 64

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

Shades of Apple #549F40

Tints of Apple #549F40

RGB

 RED value IS 84 (33.2% from 255) = 27.36%

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

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

R = 27.36%
G = 51.79%
B = 20.85%

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

#549F40 (or 0x549F40) is known color: Apple. HEX triplet: 54, 9F and 40. RGB value is (84,159,64). Sum of RGB (Red+Green+Blue) = 84+159+64=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #549F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549F40 is #AB60BF. Grayscale: #7E7E7E. Windows color (decimal): -11231424 or 4235092. OLE color: 4235092.

HSL color Cylindrical-coordinate representation of color #549F40: hue angle of 107.37º 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 #549F40 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 159 64 -
CMYK 0.47 0 0.60 0.38
HSL 107.37º 0.43% 0.44% -
HSV(B) 107.37º 0.6% 0.62% -
XYZ 16.98 27.05 9.18 -
YUV 125.75 93.15 98.22 -
System Red Green Blue C M Y K H S L
Decimal 84 159 64 0.47 0 0.60 0.38 107.37 0.43 0.44
Hex 54 9F 40 2F 0 3C 26 6B 2B 2C
Octal 124 237 100 57 0 74 46 153 53 54
Binary 1010100 10011111 1000000 101111 0 111100 100110 1101011 101011 101100

Color Harmonies of #549F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549F40

Black with #549F40

Text Example


Text Example

White with #549F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549F40; }

 p { color: rgb(84,159,64); }

 H1.HeaderClassName
 {
   color: #549F40;
 }
 .AnyTagClassName
 {
   color: #549F40;
 }
</style>

background-color css

<style>
 a { background-color: #549F40; }

 a { background-color: rgb(84,159,64); }

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

border-color css

<style>
 span { border-color: #549F40; }

 span { border-color: rgb(84,159,64); }

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