#38AB3B

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

Shades of Fruit Salad #38AB3B

Tints of Fruit Salad #38AB3B

Color information

#38AB3B (or 0x38AB3B) is unknown color: approx Fruit Salad. HEX triplet: 38, AB and 3B. RGB value is (56,171,59). Sum of RGB (Red+Green+Blue) = 56+171+59=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 171 (67.19% from 255 or 59.79% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB3B is #C754C4. Grayscale: #7C7C7C. Windows color (decimal): -13063365 or 3910456. OLE color: 3910456.

HSL color Cylindrical-coordinate representation of color #38AB3B: hue angle of 121.57º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AB3B is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB5617159-
CMYK0.6700.650.33
HSL121.57º50.66%44.51%-
HSV(B)121.57º67.25%67.06%-
XYZ16.9830.289.09-
YUV123.8591.479.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 171 (67.19% from 255) = 59.79%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=19.58%
G=59.79%
B=20.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56171590.6700.650.33121.5750.6644.51
Hex38AB3B43041217a332d
Octal70253731030101411726355
Binary111000101010111110111000011010000011000011111010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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