Html Css Color HEX #4A8F48 Fruit Salad

📋 copy color: '#4A8F48'

red 74 ◦ green 143 ◦ blue 72

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

Shades of Fruit Salad #4A8F48

Tints of Fruit Salad #4A8F48

RGB

 RED value IS 74 (29.3% from 255) = 25.61%

 GREEN value IS 143 (56.25% from 255) = 49.48%

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

R = 25.61%
G = 49.48%
B = 24.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#4A8F48 (or 0x4A8F48) is known color: Fruit Salad. HEX triplet: 4A, 8F and 48. RGB value is (74,143,72). Sum of RGB (Red+Green+Blue) = 74+143+72=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8F48 is #B570B7. Grayscale: #727272. Windows color (decimal): -11890872 or 4755274. OLE color: 4755274.

HSL color Cylindrical-coordinate representation of color #4A8F48: hue angle of 118.31º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A8F48 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 143 72 -
CMYK 0.48 0 0.50 0.44
HSL 118.31º 0.33% 0.42% -
HSV(B) 118.31º 0.5% 0.56% -
XYZ 13.82 21.57 9.57 -
YUV 114.28 104.14 99.27 -
System Red Green Blue C M Y K H S L
Decimal 74 143 72 0.48 0 0.50 0.44 118.31 0.33 0.42
Hex 4A 8F 48 30 0 32 2C 76 21 2A
Octal 112 217 110 60 0 62 54 166 41 52
Binary 1001010 10001111 1001000 110000 0 110010 101100 1110110 100001 101010

Color Harmonies of #4A8F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8F48

Black with #4A8F48

Text Example


Text Example

White with #4A8F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A8F48; }

 p { color: rgb(74,143,72); }

 H1.HeaderClassName
 {
   color: #4A8F48;
 }
 .AnyTagClassName
 {
   color: #4A8F48;
 }
</style>

background-color css

<style>
 a { background-color: #4A8F48; }

 a { background-color: rgb(74,143,72); }

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

border-color css

<style>
 span { border-color: #4A8F48; }

 span { border-color: rgb(74,143,72); }

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