#38a036

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

Shades of Fruit Salad #38A036

Tints of Fruit Salad #38A036

Color information

#38A036 (or 0x38A036) is unknown color: approx Fruit Salad. HEX triplet: 38, A0 and 36. RGB value is (56,160,54). Sum of RGB (Red+Green+Blue) = 56+160+54=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #38A036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A036 is #C75FC9. Grayscale: #757575. Windows color (decimal): -13066186 or 3579960. OLE color: 3579960.

HSL color Cylindrical-coordinate representation of color #38A036: hue angle of 118.87º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A036 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB5616054-
CMYK0.6500.660.37
HSL118.87º49.53%41.96%-
HSV(B)118.87º66.25%62.75%-
XYZ14.8726.257.77-
YUV116.8292.5484.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 160 (62.89% from 255) = 59.26%
BLUE value IS 54 (21.48% from 255) = 20%
R=20.74%
G=59.26%
B=20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56160540.6500.660.37118.8749.5341.96
Hex38A036410422577322a
Octal70240661010102451676252
Binary111000101000001101101000001010000101001011110111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38a036; }

 p { color: rgb(56,160,54); }

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

<style>
 a { background-color: #38a036; }

 a { background-color: rgb(56,160,54); }

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

<style>
 span { border-color: #38a036; }

 span { border-color: rgb(56,160,54); }

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