Html Css Color HEX #4B9348 Fruit Salad

📋 copy color: '#4B9348'

red 75 ◦ green 147 ◦ blue 72

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

Shades of Fruit Salad #4B9348

Tints of Fruit Salad #4B9348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50%

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

R = 25.51%
G = 50%
B = 24.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#4B9348 (or 0x4B9348) is known color: Fruit Salad. HEX triplet: 4B, 93 and 48. RGB value is (75,147,72). Sum of RGB (Red+Green+Blue) = 75+147+72=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9348 is #B46CB7. Grayscale: #757575. Windows color (decimal): -11824312 or 4756299. OLE color: 4756299.

HSL color Cylindrical-coordinate representation of color #4B9348: hue angle of 117.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9348 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 147 72 -
CMYK 0.49 0 0.51 0.42
HSL 117.6º 0.34% 0.43% -
HSV(B) 117.6º 0.51% 0.58% -
XYZ 14.51 22.83 9.77 -
YUV 116.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 75 147 72 0.49 0 0.51 0.42 117.6 0.34 0.43
Hex 4B 93 48 31 0 33 2A 76 22 2B
Octal 113 223 110 61 0 63 52 166 42 53
Binary 1001011 10010011 1001000 110001 0 110011 101010 1110110 100010 101011

Color Harmonies of #4B9348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9348

Black with #4B9348

Text Example


Text Example

White with #4B9348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,147,72); }

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

background-color css

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

 a { background-color: rgb(75,147,72); }

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

border-color css

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

 span { border-color: rgb(75,147,72); }

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