#38A846

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

Shades of Fruit Salad #38A846

Tints of Fruit Salad #38A846

Color information

#38A846 (or 0x38A846) is unknown color: approx Fruit Salad. HEX triplet: 38, A8 and 46. RGB value is (56,168,70). Sum of RGB (Red+Green+Blue) = 56+168+70=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 168 (66.02% from 255 or 57.14% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 168 - color contains mainly: green. Hex color #38A846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A846 is #C757B9. Grayscale: #7B7B7B. Windows color (decimal): -13064122 or 4630584. OLE color: 4630584.

HSL color Cylindrical-coordinate representation of color #38A846: hue angle of 127.5º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A846 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB5616870-
CMYK0.6700.580.34
HSL127.5º50%43.92%-
HSV(B)127.5º66.67%65.88%-
XYZ16.7429.2910.57-
YUV123.3497.8979.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 168 (66.02% from 255) = 57.14%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=19.05%
G=57.14%
B=23.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal56168700.6700.580.34127.55043.92
Hex38A8464303A2280322c
Octal70250106103072422006254
Binary1110001010100010001101000011011101010001010000000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,168,70); }

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

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

 a { background-color: rgb(56,168,70); }

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

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

 span { border-color: rgb(56,168,70); }

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