#38a746

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

Shades of Fruit Salad #38A746

Tints of Fruit Salad #38A746

Color information

#38A746 (or 0x38A746) is unknown color: approx Fruit Salad. HEX triplet: 38, A7 and 46. RGB value is (56,167,70). Sum of RGB (Red+Green+Blue) = 56+167+70=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 167 (65.62% from 255 or 57.00% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 167 - color contains mainly: green. Hex color #38A746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A746 is #C758B9. Grayscale: #7B7B7B. Windows color (decimal): -13064378 or 4630328. OLE color: 4630328.

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

Color convert

RGB5616770-
CMYK0.6600.580.35
HSL127.57º49.78%43.73%-
HSV(B)127.57º66.47%65.49%-
XYZ16.5628.9210.5-
YUV122.7598.2380.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 167 (65.62% from 255) = 57.00%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=19.11%
G=57.00%
B=23.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56167700.6600.580.35127.5749.7843.73
Hex38A7464203A2380322c
Octal70247106102072432006254
Binary1110001010011110001101000010011101010001110000000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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