#38a33b

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

Shades of Fruit Salad #38A33B

Tints of Fruit Salad #38A33B

Color information

#38A33B (or 0x38A33B) is unknown color: approx Fruit Salad. HEX triplet: 38, A3 and 3B. RGB value is (56,163,59). Sum of RGB (Red+Green+Blue) = 56+163+59=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #38A33B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A33B is #C75CC4. Grayscale: #777777. Windows color (decimal): -13065413 or 3908408. OLE color: 3908408.

HSL color Cylindrical-coordinate representation of color #38A33B: hue angle of 121.68º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A33B is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB5616359-
CMYK0.6600.640.36
HSL121.68º48.86%42.94%-
HSV(B)121.68º65.64%63.92%-
XYZ15.5227.358.6-
YUV119.1594.0582.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 163 (64.06% from 255) = 58.63%
BLUE value IS 59 (23.44% from 255) = 21.22%
R=20.14%
G=58.63%
B=21.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56163590.6600.640.36121.6848.8642.94
Hex38A33B42040247a312b
Octal70243731020100441726153
Binary111000101000111110111000010010000001001001111010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a33b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,163,59); }

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

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

 a { background-color: rgb(56,163,59); }

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

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

 span { border-color: rgb(56,163,59); }

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