#38aa3e

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

Shades of Fruit Salad #38AA3E

Tints of Fruit Salad #38AA3E

Color information

#38AA3E (or 0x38AA3E) is unknown color: approx Fruit Salad. HEX triplet: 38, AA and 3E. RGB value is (56,170,62). Sum of RGB (Red+Green+Blue) = 56+170+62=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AA3E is #C755C1. Grayscale: #7B7B7B. Windows color (decimal): -13063618 or 4106808. OLE color: 4106808.

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

Color convert

RGB5617062-
CMYK0.6700.640.33
HSL123.16º50.44%44.31%-
HSV(B)123.16º67.06%66.67%-
XYZ16.8829.949.45-
YUV123.693.2379.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 170 (66.80% from 255) = 59.03%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=19.44%
G=59.03%
B=21.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56170620.6700.640.33123.1650.4444.31
Hex38AA3E43040217b322c
Octal70252761030100411736254
Binary111000101010101111101000011010000001000011111011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38aa3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,170,62); }

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

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

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

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

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

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

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