Html Css Color HEX #4F914C Fruit Salad

📋 copy color: '#4F914C'

red 79 ◦ green 145 ◦ blue 76

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

Shades of Fruit Salad #4F914C

Tints of Fruit Salad #4F914C

RGB

 RED value IS 79 (31.25% from 255) = 26.33%

 GREEN value IS 145 (57.03% from 255) = 48.33%

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 26.33%
G = 48.33%
B = 25.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#4F914C (or 0x4F914C) is known color: Fruit Salad. HEX triplet: 4F, 91 and 4C. RGB value is (79,145,76). Sum of RGB (Red+Green+Blue) = 79+145+76=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #4F914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F914C is #B06EB3. Grayscale: #757575. Windows color (decimal): -11562676 or 5017935. OLE color: 5017935.

HSL color Cylindrical-coordinate representation of color #4F914C: hue angle of 117.39º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F914C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 145 76 -
CMYK 0.46 0 0.48 0.43
HSL 117.39º 0.31% 0.43% -
HSV(B) 117.39º 0.48% 0.57% -
XYZ 14.65 22.43 10.4 -
YUV 117.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 79 145 76 0.46 0 0.48 0.43 117.39 0.31 0.43
Hex 4F 91 4C 2E 0 30 2B 75 1F 2B
Octal 117 221 114 56 0 60 53 165 37 53
Binary 1001111 10010001 1001100 101110 0 110000 101011 1110101 11111 101011

Color Harmonies of #4F914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F914C

Black with #4F914C

Text Example


Text Example

White with #4F914C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,145,76); }

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

background-color css

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

 a { background-color: rgb(79,145,76); }

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

border-color css

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

 span { border-color: rgb(79,145,76); }

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