Html Css Color HEX #4C8F48 Fruit Salad

📋 copy color: '#4C8F48'

red 76 ◦ green 143 ◦ blue 72

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

Shades of Fruit Salad #4C8F48

Tints of Fruit Salad #4C8F48

RGB

 RED value IS 76 (30.08% from 255) = 26.12%

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

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

R = 26.12%
G = 49.14%
B = 24.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#4C8F48 (or 0x4C8F48) is known color: Fruit Salad. HEX triplet: 4C, 8F and 48. RGB value is (76,143,72). Sum of RGB (Red+Green+Blue) = 76+143+72=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #4C8F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8F48 is #B370B7. Grayscale: #737373. Windows color (decimal): -11759800 or 4755276. OLE color: 4755276.

HSL color Cylindrical-coordinate representation of color #4C8F48: hue angle of 116.62º 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 #4C8F48 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 143 72 -
CMYK 0.47 0 0.50 0.44
HSL 116.62º 0.33% 0.42% -
HSV(B) 116.62º 0.5% 0.56% -
XYZ 13.97 21.65 9.57 -
YUV 114.87 103.8 100.27 -
System Red Green Blue C M Y K H S L
Decimal 76 143 72 0.47 0 0.50 0.44 116.62 0.33 0.42
Hex 4C 8F 48 2F 0 32 2C 75 21 2A
Octal 114 217 110 57 0 62 54 165 41 52
Binary 1001100 10001111 1001000 101111 0 110010 101100 1110101 100001 101010

Color Harmonies of #4C8F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8F48

Black with #4C8F48

Text Example


Text Example

White with #4C8F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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