Html Css Color HEX #3DB749 Fruit Salad

📋 copy color: '#3DB749'

red 61 ◦ green 183 ◦ blue 73

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

Shades of Fruit Salad #3DB749

Tints of Fruit Salad #3DB749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.73%

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

R = 19.24%
G = 57.73%
B = 23.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#3DB749 (or 0x3DB749) is known color: Fruit Salad. HEX triplet: 3D, B7 and 49. RGB value is (61,183,73). Sum of RGB (Red+Green+Blue) = 61+183+73=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB749 is #C248B6. Grayscale: #868686. Windows color (decimal): -12732599 or 4831037. OLE color: 4831037.

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

Color convert

RGB 61 183 73 -
CMYK 0.67 0 0.60 0.28
HSL 125.9º 0.5% 0.48% -
HSV(B) 125.9º 0.67% 0.72% -
XYZ 20.06 35.34 12.07 -
YUV 133.98 93.58 75.94 -
System Red Green Blue C M Y K H S L
Decimal 61 183 73 0.67 0 0.60 0.28 125.9 0.5 0.48
Hex 3D B7 49 43 0 3C 1C 7E 32 30
Octal 75 267 111 103 0 74 34 176 62 60
Binary 111101 10110111 1001001 1000011 0 111100 11100 1111110 110010 110000

Color Harmonies of #3DB749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB749

Black with #3DB749

Text Example


Text Example

White with #3DB749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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