#38933C

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

Shades of Fruit Salad #38933C

Tints of Fruit Salad #38933C

Color information

#38933C (or 0x38933C) is unknown color: approx Fruit Salad. HEX triplet: 38, 93 and 3C. RGB value is (56,147,60). Sum of RGB (Red+Green+Blue) = 56+147+60=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #38933C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38933C is #C76CC3. Grayscale: #6E6E6E. Windows color (decimal): -13069508 or 3969848. OLE color: 3969848.

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

Color convert

RGB5614760-
CMYK0.6200.590.42
HSL122.64º44.83%39.8%-
HSV(B)122.64º61.9%57.65%-
XYZ12.8822.037.85-
YUV109.8799.8589.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 147 (57.81% from 255) = 55.89%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=21.29%
G=55.89%
B=22.81%

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
Decimal56147600.6200.590.42122.6444.8339.8
Hex38933C3E03B2A7b2d28
Octal702237476073521735550
Binary1110001001001111110011111001110111010101111011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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