#3DAF42

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

Shades of Fruit Salad #3DAF42

Tints of Fruit Salad #3DAF42

Color information

#3DAF42 (or 0x3DAF42) is unknown color: approx Fruit Salad. HEX triplet: 3D, AF and 42. RGB value is (61,175,66). Sum of RGB (Red+Green+Blue) = 61+175+66=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAF42 is #C250BD. Grayscale: #808080. Windows color (decimal): -12734654 or 4370237. OLE color: 4370237.

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

Color convert

RGB6117566-
CMYK0.6500.620.31
HSL122.63º48.31%46.27%-
HSV(B)122.63º65.14%68.63%-
XYZ18.2432.0510.38-
YUV128.4992.7379.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 175 (68.75% from 255) = 57.95%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=20.20%
G=57.95%
B=21.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61175660.6500.620.31122.6348.3146.27
Hex3DAF424103E1F7b302e
Octal75257102101076371736056
Binary11110110101111100001010000010111110111111111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,175,66); }

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

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

 a { background-color: rgb(61,175,66); }

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

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

 span { border-color: rgb(61,175,66); }

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