#38B24A

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

Shades of Fruit Salad #38B24A

Tints of Fruit Salad #38B24A

Color information

#38B24A (or 0x38B24A) is unknown color: approx Fruit Salad. HEX triplet: 38, B2 and 4A. RGB value is (56,178,74). Sum of RGB (Red+Green+Blue) = 56+178+74=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 178 (69.92% from 255 or 57.79% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 178 - color contains mainly: green. Hex color #38B24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B24A is #C74DB5. Grayscale: #818181. Windows color (decimal): -13061558 or 4895288. OLE color: 4895288.

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

Color convert

RGB5617874-
CMYK0.6900.580.30
HSL128.85º52.14%45.88%-
HSV(B)128.85º68.54%69.8%-
XYZ18.7933.1811.89-
YUV129.6796.5875.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 178 (69.92% from 255) = 57.79%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=18.18%
G=57.79%
B=24.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56178740.6900.580.30128.8552.1445.88
Hex38B24A4503A1E81342e
Octal70262112105072362016456
Binary111000101100101001010100010101110101111010000001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,178,74); }

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

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

 a { background-color: rgb(56,178,74); }

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

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

 span { border-color: rgb(56,178,74); }

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