Html Css Color HEX #549D41 Apple

📋 copy color: '#549D41'

red 84 ◦ green 157 ◦ blue 65

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

Shades of Apple #549D41

Tints of Apple #549D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.31%

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 27.45%
G = 51.31%
B = 21.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#549D41 (or 0x549D41) is known color: Apple. HEX triplet: 54, 9D and 41. RGB value is (84,157,65). Sum of RGB (Red+Green+Blue) = 84+157+65=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #549D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D41 is #AB62BE. Grayscale: #7C7C7C. Windows color (decimal): -11231935 or 4300116. OLE color: 4300116.

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

Color convert

RGB 84 157 65 -
CMYK 0.46 0 0.59 0.38
HSL 107.61º 0.41% 0.44% -
HSV(B) 107.61º 0.59% 0.62% -
XYZ 16.67 26.38 9.21 -
YUV 124.69 94.32 98.98 -
System Red Green Blue C M Y K H S L
Decimal 84 157 65 0.46 0 0.59 0.38 107.61 0.41 0.44
Hex 54 9D 41 2E 0 3B 26 6C 29 2C
Octal 124 235 101 56 0 73 46 154 51 54
Binary 1010100 10011101 1000001 101110 0 111011 100110 1101100 101001 101100

Color Harmonies of #549D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549D41

Black with #549D41

Text Example


Text Example

White with #549D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,157,65); }

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

background-color css

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

 a { background-color: rgb(84,157,65); }

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

border-color css

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

 span { border-color: rgb(84,157,65); }

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