#38A140

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

Shades of Fruit Salad #38A140

Tints of Fruit Salad #38A140

Color information

#38A140 (or 0x38A140) is unknown color: approx Fruit Salad. HEX triplet: 38, A1 and 40. RGB value is (56,161,64). Sum of RGB (Red+Green+Blue) = 56+161+64=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #38A140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A140 is #C75EBF. Grayscale: #767676. Windows color (decimal): -13065920 or 4235576. OLE color: 4235576.

HSL color Cylindrical-coordinate representation of color #38A140: hue angle of 124.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A140 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB5616164-
CMYK0.6500.600.37
HSL124.57º48.39%42.55%-
HSV(B)124.57º65.22%63.14%-
XYZ15.326.79.2-
YUV118.5597.2183.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 161 (63.28% from 255) = 57.30%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=19.93%
G=57.30%
B=22.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56161640.6500.600.37124.5748.3942.55
Hex38A1404103C257d302b
Octal70241100101074451756053
Binary111000101000011000000100000101111001001011111101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,161,64); }

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

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

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

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

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

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

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