#38933F

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

Shades of Fruit Salad #38933F

Tints of Fruit Salad #38933F

Color information

#38933F (or 0x38933F) is unknown color: approx Fruit Salad. HEX triplet: 38, 93 and 3F. RGB value is (56,147,63). Sum of RGB (Red+Green+Blue) = 56+147+63=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #38933F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38933F is #C76CC0. Grayscale: #6E6E6E. Windows color (decimal): -13069505 or 4166456. OLE color: 4166456.

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

Color convert

RGB5614763-
CMYK0.6200.570.42
HSL124.62º44.83%39.8%-
HSV(B)124.62º61.9%57.65%-
XYZ12.9622.078.28-
YUV110.22101.3589.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 147 (57.81% from 255) = 55.26%
BLUE value IS 63 (25% from 255) = 23.68%
R=21.05%
G=55.26%
B=23.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56147630.6200.570.42124.6244.8339.8
Hex38933F3E0392A7d2d28
Octal702237776071521755550
Binary1110001001001111111111111001110011010101111101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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