Html Css Color HEX #4F924B Fruit Salad

📋 copy color: '#4F924B'

red 79 ◦ green 146 ◦ blue 75

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

Shades of Fruit Salad #4F924B

Tints of Fruit Salad #4F924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.67%

 BLUE value IS 75 (29.69% from 255) = 25%

R = 26.33%
G = 48.67%
B = 25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#4F924B (or 0x4F924B) is known color: Fruit Salad. HEX triplet: 4F, 92 and 4B. RGB value is (79,146,75). Sum of RGB (Red+Green+Blue) = 79+146+75=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #4F924B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F924B is #B06DB4. Grayscale: #767676. Windows color (decimal): -11562421 or 4952655. OLE color: 4952655.

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

Color convert

RGB 79 146 75 -
CMYK 0.46 0 0.49 0.43
HSL 116.62º 0.32% 0.43% -
HSV(B) 116.62º 0.49% 0.57% -
XYZ 14.77 22.73 10.26 -
YUV 117.87 103.8 100.27 -
System Red Green Blue C M Y K H S L
Decimal 79 146 75 0.46 0 0.49 0.43 116.62 0.32 0.43
Hex 4F 92 4B 2E 0 31 2B 75 20 2B
Octal 117 222 113 56 0 61 53 165 40 53
Binary 1001111 10010010 1001011 101110 0 110001 101011 1110101 100000 101011

Color Harmonies of #4F924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F924B

Black with #4F924B

Text Example


Text Example

White with #4F924B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,146,75); }

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

background-color css

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

 a { background-color: rgb(79,146,75); }

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

border-color css

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

 span { border-color: rgb(79,146,75); }

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