Html Css Color HEX #4C914B Fruit Salad

📋 copy color: '#4C914B'

red 76 ◦ green 145 ◦ blue 75

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

Shades of Fruit Salad #4C914B

Tints of Fruit Salad #4C914B

RGB

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

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

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

R = 25.68%
G = 48.99%
B = 25.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#4C914B (or 0x4C914B) is known color: Fruit Salad. HEX triplet: 4C, 91 and 4B. RGB value is (76,145,75). Sum of RGB (Red+Green+Blue) = 76+145+75=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #4C914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C914B is #B36EB4. Grayscale: #747474. Windows color (decimal): -11759285 or 4952396. OLE color: 4952396.

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

Color convert

RGB 76 145 75 -
CMYK 0.48 0 0.48 0.43
HSL 119.14º 0.32% 0.43% -
HSV(B) 119.14º 0.48% 0.57% -
XYZ 14.38 22.3 10.2 -
YUV 116.39 104.64 99.19 -
System Red Green Blue C M Y K H S L
Decimal 76 145 75 0.48 0 0.48 0.43 119.14 0.32 0.43
Hex 4C 91 4B 30 0 30 2B 77 20 2B
Octal 114 221 113 60 0 60 53 167 40 53
Binary 1001100 10010001 1001011 110000 0 110000 101011 1110111 100000 101011

Color Harmonies of #4C914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C914B

Black with #4C914B

Text Example


Text Example

White with #4C914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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