#3DB03A

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

Shades of Fruit Salad #3DB03A

Tints of Fruit Salad #3DB03A

Color information

#3DB03A (or 0x3DB03A) is unknown color: approx Fruit Salad. HEX triplet: 3D, B0 and 3A. RGB value is (61,176,58). Sum of RGB (Red+Green+Blue) = 61+176+58=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB03A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB03A is #C24FC5. Grayscale: #808080. Windows color (decimal): -12734406 or 3846205. OLE color: 3846205.

HSL color Cylindrical-coordinate representation of color #3DB03A: hue angle of 118.47º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB03A is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB6117658-
CMYK0.6500.670.31
HSL118.47º50.43%45.88%-
HSV(B)118.47º67.05%69.02%-
XYZ18.2132.359.29-
YUV128.1688.480.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 176 (69.14% from 255) = 59.66%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=20.68%
G=59.66%
B=19.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61176580.6500.670.31118.4750.4345.88
Hex3DB03A410431F76322e
Octal75260721010103371666256
Binary11110110110000111010100000101000011111111110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,176,58); }

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

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

 a { background-color: rgb(61,176,58); }

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

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

 span { border-color: rgb(61,176,58); }

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