#38AB38

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

Shades of Fruit Salad #38AB38

Tints of Fruit Salad #38AB38

Color information

#38AB38 (or 0x38AB38) is unknown color: approx Fruit Salad. HEX triplet: 38, AB and 38. RGB value is (56,171,56). Sum of RGB (Red+Green+Blue) = 56+171+56=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB38 is #C754C7. Grayscale: #7B7B7B. Windows color (decimal): -13063368 or 3713848. OLE color: 3713848.

HSL color Cylindrical-coordinate representation of color #38AB38: hue angle of 120º 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 #38AB38 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB5617156-
CMYK0.6700.670.33
HSL120º50.66%44.51%-
HSV(B)120º67.25%67.06%-
XYZ16.9130.258.69-
YUV123.589.979.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 171 (67.19% from 255) = 60.42%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=19.79%
G=60.42%
B=19.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56171560.6700.670.3312050.6644.51
Hex38AB38430432178332d
Octal70253701030103411706355
Binary111000101010111110001000011010000111000011111000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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