#38983E

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

Shades of Fruit Salad #38983E

Tints of Fruit Salad #38983E

Color information

#38983E (or 0x38983E) is unknown color: approx Fruit Salad. HEX triplet: 38, 98 and 3E. RGB value is (56,152,62). Sum of RGB (Red+Green+Blue) = 56+152+62=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #38983E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38983E is #C767C1. Grayscale: #717171. Windows color (decimal): -13068226 or 4102200. OLE color: 4102200.

HSL color Cylindrical-coordinate representation of color #38983E: hue angle of 123.75º 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 #38983E is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB5615262-
CMYK0.6300.590.40
HSL123.75º46.15%40.78%-
HSV(B)123.75º63.16%59.61%-
XYZ13.7323.658.4-
YUV113.0499.287.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 152 (59.77% from 255) = 56.30%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=20.74%
G=56.30%
B=22.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56152620.6300.590.40123.7546.1540.78
Hex38983E3F03B287c2e29
Octal702307677073501745651
Binary1110001001100011111011111101110111010001111100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38983E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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