#3DB24A

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

Shades of Fruit Salad #3DB24A

Tints of Fruit Salad #3DB24A

Color information

#3DB24A (or 0x3DB24A) is unknown color: approx Fruit Salad. HEX triplet: 3D, B2 and 4A. RGB value is (61,178,74). Sum of RGB (Red+Green+Blue) = 61+178+74=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB24A is #C24DB5. Grayscale: #838383. Windows color (decimal): -12733878 or 4895293. OLE color: 4895293.

HSL color Cylindrical-coordinate representation of color #3DB24A: hue angle of 126.67º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB24A is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB6117874-
CMYK0.6600.580.30
HSL126.67º48.95%46.86%-
HSV(B)126.67º65.73%69.8%-
XYZ19.0833.3311.91-
YUV131.1695.7477.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.49%
GREEN value IS 178 (69.92% from 255) = 56.87%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=19.49%
G=56.87%
B=23.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61178740.6600.580.30126.6748.9546.86
Hex3DB24A4203A1E7f312f
Octal75262112102072361776157
Binary11110110110010100101010000100111010111101111111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DB24A; }

 p { color: rgb(61,178,74); }

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

<style>
 a { background-color: #3DB24A; }

 a { background-color: rgb(61,178,74); }

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

<style>
 span { border-color: #3DB24A; }

 span { border-color: rgb(61,178,74); }

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