#38B648

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

Shades of Fruit Salad #38B648

Tints of Fruit Salad #38B648

Color information

#38B648 (or 0x38B648) is unknown color: approx Fruit Salad. HEX triplet: 38, B6 and 48. RGB value is (56,182,72). Sum of RGB (Red+Green+Blue) = 56+182+72=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 182 (71.48% from 255 or 58.71% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 182 - color contains mainly: green. Hex color #38B648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B648 is #C749B7. Grayscale: #848484. Windows color (decimal): -13060536 or 4765240. OLE color: 4765240.

HSL color Cylindrical-coordinate representation of color #38B648: hue angle of 127.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B648 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB5618272-
CMYK0.6900.600.29
HSL127.62º52.94%46.67%-
HSV(B)127.62º69.23%71.37%-
XYZ19.5334.7611.81-
YUV131.7994.2673.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 182 (71.48% from 255) = 58.71%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=18.06%
G=58.71%
B=23.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56182720.6900.600.29127.6252.9446.67
Hex38B6484503C1D80352f
Octal70266110105074352006557
Binary111000101101101001000100010101111001110110000000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,182,72); }

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

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

 a { background-color: rgb(56,182,72); }

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

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

 span { border-color: rgb(56,182,72); }

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