#38AB42

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

Shades of Fruit Salad #38AB42

Tints of Fruit Salad #38AB42

Color information

#38AB42 (or 0x38AB42) is unknown color: approx Fruit Salad. HEX triplet: 38, AB and 42. RGB value is (56,171,66). Sum of RGB (Red+Green+Blue) = 56+171+66=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB42 is #C754BD. Grayscale: #7C7C7C. Windows color (decimal): -13063358 or 4369208. OLE color: 4369208.

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

Color convert

RGB5617166-
CMYK0.6700.610.33
HSL125.22º50.66%44.51%-
HSV(B)125.22º67.25%67.06%-
XYZ17.1830.3610.11-
YUV124.6494.979.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 171 (67.19% from 255) = 58.36%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=19.11%
G=58.36%
B=22.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56171660.6700.610.33125.2250.6644.51
Hex38AB424303D217d332d
Octal70253102103075411756355
Binary111000101010111000010100001101111011000011111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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