Html Css Color HEX #549F42 Apple

📋 copy color: '#549F42'

red 84 ◦ green 159 ◦ blue 66

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

Shades of Apple #549F42

Tints of Apple #549F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 27.18%
G = 51.46%
B = 21.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#549F42 (or 0x549F42) is known color: Apple. HEX triplet: 54, 9F and 42. RGB value is (84,159,66). Sum of RGB (Red+Green+Blue) = 84+159+66=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #549F42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549F42 is #AB60BD. Grayscale: #7E7E7E. Windows color (decimal): -11231422 or 4366164. OLE color: 4366164.

HSL color Cylindrical-coordinate representation of color #549F42: hue angle of 108.39º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #549F42 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 159 66 -
CMYK 0.47 0 0.58 0.38
HSL 108.39º 0.41% 0.44% -
HSV(B) 108.39º 0.58% 0.62% -
XYZ 17.04 27.07 9.48 -
YUV 125.97 94.15 98.06 -
System Red Green Blue C M Y K H S L
Decimal 84 159 66 0.47 0 0.58 0.38 108.39 0.41 0.44
Hex 54 9F 42 2F 0 3A 26 6C 29 2C
Octal 124 237 102 57 0 72 46 154 51 54
Binary 1010100 10011111 1000010 101111 0 111010 100110 1101100 101001 101100

Color Harmonies of #549F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549F42

Black with #549F42

Text Example


Text Example

White with #549F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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