#4B934B

Color #4B934B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4B934B

Tints of Fruit Salad #4B934B

Color information

#4B934B (or 0x4B934B) is unknown color: approx Fruit Salad. HEX triplet: 4B, 93 and 4B. RGB value is (75,147,75). Sum of RGB (Red+Green+Blue) = 75+147+75=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #4B934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B934B is #B46CB4. Grayscale: #757575. Windows color (decimal): -11824309 or 4952907. OLE color: 4952907.

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

Color convert

RGB7514775-
CMYK0.4900.490.42
HSL120º32.43%43.53%-
HSV(B)120º48.98%57.65%-
XYZ14.6122.8710.3-
YUV117.26104.1597.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 147 (57.81% from 255) = 49.49%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=25.25%
G=49.49%
B=25.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75147750.4900.490.4212032.4343.53
Hex4B934B310312A78202c
Octal11322311361061521704054
Binary100101110010011100101111000101100011010101111000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B934B;
 }
 .AnyTagClassName
 {
   color: #4B934B;
 }
</style>
background-color css

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

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

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

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

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

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