#38963F

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

Shades of Fruit Salad #38963F

Tints of Fruit Salad #38963F

Color information

#38963F (or 0x38963F) is unknown color: approx Fruit Salad. HEX triplet: 38, 96 and 3F. RGB value is (56,150,63). Sum of RGB (Red+Green+Blue) = 56+150+63=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #38963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38963F is #C769C0. Grayscale: #707070. Windows color (decimal): -13068737 or 4167224. OLE color: 4167224.

HSL color Cylindrical-coordinate representation of color #38963F: hue angle of 124.47º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38963F is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB5615063-
CMYK0.6300.580.41
HSL124.47º45.63%40.39%-
HSV(B)124.47º62.67%58.82%-
XYZ13.4323.018.44-
YUV111.98100.3688.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 63 (25% from 255) = 23.42%
R=20.82%
G=55.76%
B=23.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56150630.6300.580.41124.4745.6340.39
Hex38963F3F03A297c2e28
Octal702267777072511745650
Binary1110001001011011111111111101110101010011111100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38963F; }

 p { color: rgb(56,150,63); }

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

<style>
 a { background-color: #38963F; }

 a { background-color: rgb(56,150,63); }

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

<style>
 span { border-color: #38963F; }

 span { border-color: rgb(56,150,63); }

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