Html Css Color HEX #3DB149 Fruit Salad

📋 copy color: '#3DB149'

red 61 ◦ green 177 ◦ blue 73

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

Shades of Fruit Salad #3DB149

Tints of Fruit Salad #3DB149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 19.61%
G = 56.91%
B = 23.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#3DB149 (or 0x3DB149) is known color: Fruit Salad. HEX triplet: 3D, B1 and 49. RGB value is (61,177,73). Sum of RGB (Red+Green+Blue) = 61+177+73=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 177 (69.53% from 255 or 56.91% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB149 is #C24EB6. Grayscale: #828282. Windows color (decimal): -12734135 or 4829501. OLE color: 4829501.

HSL color Cylindrical-coordinate representation of color #3DB149: hue angle of 126.21º 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 #3DB149 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 177 73 -
CMYK 0.66 0 0.59 0.31
HSL 126.21º 0.49% 0.47% -
HSV(B) 126.21º 0.66% 0.69% -
XYZ 18.85 32.92 11.66 -
YUV 130.46 95.57 78.46 -
System Red Green Blue C M Y K H S L
Decimal 61 177 73 0.66 0 0.59 0.31 126.21 0.49 0.47
Hex 3D B1 49 42 0 3B 1F 7E 31 2F
Octal 75 261 111 102 0 73 37 176 61 57
Binary 111101 10110001 1001001 1000010 0 111011 11111 1111110 110001 101111

Color Harmonies of #3DB149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB149

Black with #3DB149

Text Example


Text Example

White with #3DB149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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