Html Css Color HEX #3DB946 Fruit Salad

📋 copy color: '#3DB946'

red 61 ◦ green 185 ◦ blue 70

#3DB946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #3DB946

Tints of Fruit Salad #3DB946

RGB

 RED value IS 61 (24.22% from 255) = 19.3%

 GREEN value IS 185 (72.66% from 255) = 58.54%

 BLUE value IS 70 (27.73% from 255) = 22.15%

R = 19.3%
G = 58.54%
B = 22.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#3DB946 (or 0x3DB946) is known color: Fruit Salad. HEX triplet: 3D, B9 and 46. RGB value is (61,185,70). Sum of RGB (Red+Green+Blue) = 61+185+70=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB946 is #C246B9. Grayscale: #878787. Windows color (decimal): -12732090 or 4634941. OLE color: 4634941.

HSL color Cylindrical-coordinate representation of color #3DB946: hue angle of 124.35º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB946 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 185 70 -
CMYK 0.67 0 0.62 0.27
HSL 124.35º 0.5% 0.48% -
HSV(B) 124.35º 0.67% 0.73% -
XYZ 20.38 36.13 11.69 -
YUV 134.81 91.42 75.35 -
System Red Green Blue C M Y K H S L
Decimal 61 185 70 0.67 0 0.62 0.27 124.35 0.5 0.48
Hex 3D B9 46 43 0 3E 1B 7C 32 30
Octal 75 271 106 103 0 76 33 174 62 60
Binary 111101 10111001 1000110 1000011 0 111110 11011 1111100 110010 110000

Color Harmonies of #3DB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB946

Black with #3DB946

Text Example


Text Example

White with #3DB946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,185,70); }

 H1.HeaderClassName
 {
   color: #3DB946;
 }
 .AnyTagClassName
 {
   color: #3DB946;
 }
</style>

background-color css

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

 a { background-color: rgb(61,185,70); }

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

border-color css

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

 span { border-color: rgb(61,185,70); }

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