Html Css Color HEX #4CA548 Fruit Salad

📋 copy color: '#4CA548'

red 76 ◦ green 165 ◦ blue 72

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

Shades of Fruit Salad #4CA548

Tints of Fruit Salad #4CA548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.72%

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

R = 24.28%
G = 52.72%
B = 23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#4CA548 (or 0x4CA548) is known color: Fruit Salad. HEX triplet: 4C, A5 and 48. RGB value is (76,165,72). Sum of RGB (Red+Green+Blue) = 76+165+72=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA548 is #B35AB7. Grayscale: #808080. Windows color (decimal): -11754168 or 4760908. OLE color: 4760908.

HSL color Cylindrical-coordinate representation of color #4CA548: hue angle of 117.42º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CA548 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 165 72 -
CMYK 0.54 0 0.56 0.35
HSL 117.42º 0.39% 0.46% -
HSV(B) 117.42º 0.56% 0.65% -
XYZ 17.61 28.91 10.78 -
YUV 127.79 96.51 91.06 -
System Red Green Blue C M Y K H S L
Decimal 76 165 72 0.54 0 0.56 0.35 117.42 0.39 0.46
Hex 4C A5 48 36 0 38 23 75 27 2E
Octal 114 245 110 66 0 70 43 165 47 56
Binary 1001100 10100101 1001000 110110 0 111000 100011 1110101 100111 101110

Color Harmonies of #4CA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA548

Black with #4CA548

Text Example


Text Example

White with #4CA548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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