Html Css Color HEX #3DB146 Fruit Salad

📋 copy color: '#3DB146'

red 61 ◦ green 177 ◦ blue 70

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

Shades of Fruit Salad #3DB146

Tints of Fruit Salad #3DB146

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.47%

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

R = 19.81%
G = 57.47%
B = 22.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#3DB146 (or 0x3DB146) is known color: Fruit Salad. HEX triplet: 3D, B1 and 46. RGB value is (61,177,70). Sum of RGB (Red+Green+Blue) = 61+177+70=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB146 is #C24EB9. Grayscale: #828282. Windows color (decimal): -12734138 or 4632893. OLE color: 4632893.

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

Color convert

RGB 61 177 70 -
CMYK 0.66 0 0.60 0.31
HSL 124.66º 0.49% 0.47% -
HSV(B) 124.66º 0.66% 0.69% -
XYZ 18.75 32.88 11.15 -
YUV 130.12 94.07 78.7 -
System Red Green Blue C M Y K H S L
Decimal 61 177 70 0.66 0 0.60 0.31 124.66 0.49 0.47
Hex 3D B1 46 42 0 3C 1F 7D 31 2F
Octal 75 261 106 102 0 74 37 175 61 57
Binary 111101 10110001 1000110 1000010 0 111100 11111 1111101 110001 101111

Color Harmonies of #3DB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB146

Black with #3DB146

Text Example


Text Example

White with #3DB146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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