#38B13E

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

Shades of Fruit Salad #38B13E

Tints of Fruit Salad #38B13E

Color information

#38B13E (or 0x38B13E) is unknown color: approx Fruit Salad. HEX triplet: 38, B1 and 3E. RGB value is (56,177,62). Sum of RGB (Red+Green+Blue) = 56+177+62=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #38B13E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B13E is #C74EC1. Grayscale: #808080. Windows color (decimal): -13061826 or 4108600. OLE color: 4108600.

HSL color Cylindrical-coordinate representation of color #38B13E: hue angle of 122.98º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B13E is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB5617762-
CMYK0.6800.650.31
HSL122.98º51.93%45.69%-
HSV(B)122.98º68.36%69.41%-
XYZ18.2232.639.9-
YUV127.7190.9176.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 177 (69.53% from 255) = 60%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=18.98%
G=60%
B=21.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56177620.6800.650.31122.9851.9345.69
Hex38B13E440411F7b342e
Octal70261761040101371736456
Binary11100010110001111110100010001000001111111111011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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