Html Css Color HEX #4BA13C Fruit Salad

📋 copy color: '#4BA13C'

red 75 ◦ green 161 ◦ blue 60

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

Shades of Fruit Salad #4BA13C

Tints of Fruit Salad #4BA13C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 54.39%

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 25.34%
G = 54.39%
B = 20.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#4BA13C (or 0x4BA13C) is known color: Fruit Salad. HEX triplet: 4B, A1 and 3C. RGB value is (75,161,60). Sum of RGB (Red+Green+Blue) = 75+161+60=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA13C is #B45EC3. Grayscale: #7C7C7C. Windows color (decimal): -11820740 or 3973451. OLE color: 3973451.

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

Color convert

RGB 75 161 60 -
CMYK 0.53 0 0.63 0.37
HSL 111.09º 0.46% 0.43% -
HSV(B) 111.09º 0.63% 0.63% -
XYZ 16.46 27.31 8.68 -
YUV 123.77 92.01 93.21 -
System Red Green Blue C M Y K H S L
Decimal 75 161 60 0.53 0 0.63 0.37 111.09 0.46 0.43
Hex 4B A1 3C 35 0 3F 25 6F 2E 2B
Octal 113 241 74 65 0 77 45 157 56 53
Binary 1001011 10100001 111100 110101 0 111111 100101 1101111 101110 101011

Color Harmonies of #4BA13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA13C

Black with #4BA13C

Text Example


Text Example

White with #4BA13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,161,60); }

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

background-color css

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

 a { background-color: rgb(75,161,60); }

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

border-color css

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

 span { border-color: rgb(75,161,60); }

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