#38953C

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

Shades of Fruit Salad #38953C

Tints of Fruit Salad #38953C

Color information

#38953C (or 0x38953C) is unknown color: approx Fruit Salad. HEX triplet: 38, 95 and 3C. RGB value is (56,149,60). Sum of RGB (Red+Green+Blue) = 56+149+60=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #38953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38953C is #C76AC3. Grayscale: #6F6F6F. Windows color (decimal): -13068996 or 3970360. OLE color: 3970360.

HSL color Cylindrical-coordinate representation of color #38953C: hue angle of 122.58º 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 #38953C is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB5614960-
CMYK0.6200.600.42
HSL122.58º45.37%40.2%-
HSV(B)122.58º62.42%58.43%-
XYZ13.1922.667.95-
YUV111.0599.1988.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=21.13%
G=56.23%
B=22.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149600.6200.600.42122.5845.3740.2
Hex38953C3E03C2A7b2d28
Octal702257476074521735550
Binary1110001001010111110011111001111001010101111011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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