Html Css Color HEX #5FA348 Apple

📋 copy color: '#5FA348'

red 95 ◦ green 163 ◦ blue 72

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

Shades of Apple #5FA348

Tints of Apple #5FA348

RGB

 RED value IS 95 (37.5% from 255) = 28.79%

 GREEN value IS 163 (64.06% from 255) = 49.39%

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 28.79%
G = 49.39%
B = 21.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#5FA348 (or 0x5FA348) is known color: Apple. HEX triplet: 5F, A3 and 48. RGB value is (95,163,72). Sum of RGB (Red+Green+Blue) = 95+163+72=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA348 is #A05CB7. Grayscale: #848484. Windows color (decimal): -10509496 or 4760415. OLE color: 4760415.

HSL color Cylindrical-coordinate representation of color #5FA348: hue angle of 104.84º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FA348 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 163 72 -
CMYK 0.42 0 0.56 0.36
HSL 104.84º 0.39% 0.46% -
HSV(B) 104.84º 0.56% 0.64% -
XYZ 18.99 29.1 10.75 -
YUV 132.29 93.97 101.4 -
System Red Green Blue C M Y K H S L
Decimal 95 163 72 0.42 0 0.56 0.36 104.84 0.39 0.46
Hex 5F A3 48 2A 0 38 24 69 27 2E
Octal 137 243 110 52 0 70 44 151 47 56
Binary 1011111 10100011 1001000 101010 0 111000 100100 1101001 100111 101110

Color Harmonies of #5FA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA348

Black with #5FA348

Text Example


Text Example

White with #5FA348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FA348; }

 p { color: rgb(95,163,72); }

 H1.HeaderClassName
 {
   color: #5FA348;
 }
 .AnyTagClassName
 {
   color: #5FA348;
 }
</style>

background-color css

<style>
 a { background-color: #5FA348; }

 a { background-color: rgb(95,163,72); }

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

border-color css

<style>
 span { border-color: #5FA348; }

 span { border-color: rgb(95,163,72); }

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