Html Css Color HEX #4C924B Fruit Salad

📋 copy color: '#4C924B'

red 76 ◦ green 146 ◦ blue 75

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

Shades of Fruit Salad #4C924B

Tints of Fruit Salad #4C924B

RGB

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

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

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

R = 25.59%
G = 49.16%
B = 25.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#4C924B (or 0x4C924B) is known color: Fruit Salad. HEX triplet: 4C, 92 and 4B. RGB value is (76,146,75). Sum of RGB (Red+Green+Blue) = 76+146+75=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #4C924B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C924B is #B36DB4. Grayscale: #757575. Windows color (decimal): -11759029 or 4952652. OLE color: 4952652.

HSL color Cylindrical-coordinate representation of color #4C924B: hue angle of 119.15º 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 #4C924B is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 146 75 -
CMYK 0.48 0 0.49 0.43
HSL 119.15º 0.32% 0.43% -
HSV(B) 119.15º 0.49% 0.57% -
XYZ 14.53 22.6 10.25 -
YUV 116.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 76 146 75 0.48 0 0.49 0.43 119.15 0.32 0.43
Hex 4C 92 4B 30 0 31 2B 77 20 2B
Octal 114 222 113 60 0 61 53 167 40 53
Binary 1001100 10010010 1001011 110000 0 110001 101011 1110111 100000 101011

Color Harmonies of #4C924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C924B

Black with #4C924B

Text Example


Text Example

White with #4C924B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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