Html Css Color HEX #4BA241 Fruit Salad

📋 copy color: '#4BA241'

red 75 ◦ green 162 ◦ blue 65

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

Shades of Fruit Salad #4BA241

Tints of Fruit Salad #4BA241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.64%

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 24.83%
G = 53.64%
B = 21.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#4BA241 (or 0x4BA241) is known color: Fruit Salad. HEX triplet: 4B, A2 and 41. RGB value is (75,162,65). Sum of RGB (Red+Green+Blue) = 75+162+65=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA241 is #B45DBE. Grayscale: #7D7D7D. Windows color (decimal): -11820479 or 4301387. OLE color: 4301387.

HSL color Cylindrical-coordinate representation of color #4BA241: hue angle of 113.81º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BA241 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 162 65 -
CMYK 0.54 0 0.60 0.36
HSL 113.81º 0.43% 0.45% -
HSV(B) 113.81º 0.6% 0.64% -
XYZ 16.78 27.72 9.47 -
YUV 124.93 94.18 92.39 -
System Red Green Blue C M Y K H S L
Decimal 75 162 65 0.54 0 0.60 0.36 113.81 0.43 0.45
Hex 4B A2 41 36 0 3C 24 72 2B 2D
Octal 113 242 101 66 0 74 44 162 53 55
Binary 1001011 10100010 1000001 110110 0 111100 100100 1110010 101011 101101

Color Harmonies of #4BA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA241

Black with #4BA241

Text Example


Text Example

White with #4BA241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,162,65); }

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

background-color css

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

 a { background-color: rgb(75,162,65); }

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

border-color css

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

 span { border-color: rgb(75,162,65); }

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