#38AA44

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

Shades of Fruit Salad #38AA44

Tints of Fruit Salad #38AA44

Color information

#38AA44 (or 0x38AA44) is unknown color: approx Fruit Salad. HEX triplet: 38, AA and 44. RGB value is (56,170,68). Sum of RGB (Red+Green+Blue) = 56+170+68=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AA44 is #C755BB. Grayscale: #7C7C7C. Windows color (decimal): -13063612 or 4500024. OLE color: 4500024.

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

Color convert

RGB5617068-
CMYK0.6700.60.33
HSL126.32º50.44%44.31%-
HSV(B)126.32º67.06%66.67%-
XYZ17.0530.0110.36-
YUV124.2996.2379.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 170 (66.80% from 255) = 57.82%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=19.05%
G=57.82%
B=23.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56170680.6700.60.33126.3250.4444.31
Hex38AA444303C217e322c
Octal70252104103074411766254
Binary111000101010101000100100001101111001000011111110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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