#38B94B

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

Shades of Fruit Salad #38B94B

Tints of Fruit Salad #38B94B

Color information

#38B94B (or 0x38B94B) is unknown color: approx Fruit Salad. HEX triplet: 38, B9 and 4B. RGB value is (56,185,75). Sum of RGB (Red+Green+Blue) = 56+185+75=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #38B94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B94B is #C746B4. Grayscale: #868686. Windows color (decimal): -13059765 or 4962616. OLE color: 4962616.

HSL color Cylindrical-coordinate representation of color #38B94B: hue angle of 128.84º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B94B is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB5618575-
CMYK0.7000.590.27
HSL128.84º53.53%47.25%-
HSV(B)128.84º69.73%72.55%-
XYZ20.2536.0512.55-
YUV133.8994.7672.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 185 (72.66% from 255) = 58.54%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=17.72%
G=58.54%
B=23.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56185750.7000.590.27128.8453.5347.25
Hex38B94B4603B1B81362f
Octal70271113106073332016657
Binary111000101110011001011100011001110111101110000001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38B94B; }

 p { color: rgb(56,185,75); }

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

<style>
 a { background-color: #38B94B; }

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

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

<style>
 span { border-color: #38B94B; }

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

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