#38953D

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

Shades of Fruit Salad #38953D

Tints of Fruit Salad #38953D

Color information

#38953D (or 0x38953D) is unknown color: approx Fruit Salad. HEX triplet: 38, 95 and 3D. RGB value is (56,149,61). Sum of RGB (Red+Green+Blue) = 56+149+61=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #38953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38953D is #C76AC2. Grayscale: #6F6F6F. Windows color (decimal): -13068995 or 4035896. OLE color: 4035896.

HSL color Cylindrical-coordinate representation of color #38953D: hue angle of 123.23º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38953D is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB5614961-
CMYK0.6200.590.42
HSL123.23º45.37%40.2%-
HSV(B)123.23º62.42%58.43%-
XYZ13.2222.678.09-
YUV111.1699.6988.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 149 (58.59% from 255) = 56.02%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=21.05%
G=56.02%
B=22.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149610.6200.590.42123.2345.3740.2
Hex38953D3E03B2A7b2d28
Octal702257576073521735550
Binary1110001001010111110111111001110111010101111011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38953D; }

 p { color: rgb(56,149,61); }

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

<style>
 a { background-color: #38953D; }

 a { background-color: rgb(56,149,61); }

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

<style>
 span { border-color: #38953D; }

 span { border-color: rgb(56,149,61); }

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