#38AA45

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

Shades of Fruit Salad #38AA45

Tints of Fruit Salad #38AA45

Color information

#38AA45 (or 0x38AA45) is unknown color: approx Fruit Salad. HEX triplet: 38, AA and 45. RGB value is (56,170,69). Sum of RGB (Red+Green+Blue) = 56+170+69=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AA45 is #C755BA. Grayscale: #7C7C7C. Windows color (decimal): -13063611 or 4565560. OLE color: 4565560.

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

Color convert

RGB5617069-
CMYK0.6700.590.33
HSL126.84º50.44%44.31%-
HSV(B)126.84º67.06%66.67%-
XYZ17.0830.0210.52-
YUV124.496.7379.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 170 (66.80% from 255) = 57.63%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=18.98%
G=57.63%
B=23.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56170690.6700.590.33126.8450.4444.31
Hex38AA454303B217f322c
Octal70252105103073411776254
Binary111000101010101000101100001101110111000011111111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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