#38983C

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

Shades of Fruit Salad #38983C

Tints of Fruit Salad #38983C

Color information

#38983C (or 0x38983C) is unknown color: approx Fruit Salad. HEX triplet: 38, 98 and 3C. RGB value is (56,152,60). Sum of RGB (Red+Green+Blue) = 56+152+60=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #38983C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38983C is #C767C3. Grayscale: #717171. Windows color (decimal): -13068228 or 3971128. OLE color: 3971128.

HSL color Cylindrical-coordinate representation of color #38983C: hue angle of 122.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38983C is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB5615260-
CMYK0.6300.610.40
HSL122.5º46.15%40.78%-
HSV(B)122.5º63.16%59.61%-
XYZ13.6723.628.11-
YUV112.8198.287.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 152 (59.77% from 255) = 56.72%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=20.90%
G=56.72%
B=22.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56152600.6300.610.40122.546.1540.78
Hex38983C3F03D287a2e29
Octal702307477075501725651
Binary1110001001100011110011111101111011010001111010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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