Html Css Color HEX #3DB849 Fruit Salad

📋 copy color: '#3DB849'

red 61 ◦ green 184 ◦ blue 73

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

Shades of Fruit Salad #3DB849

Tints of Fruit Salad #3DB849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.86%

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

R = 19.18%
G = 57.86%
B = 22.96%

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

#3DB849 (or 0x3DB849) is known color: Fruit Salad. HEX triplet: 3D, B8 and 49. RGB value is (61,184,73). Sum of RGB (Red+Green+Blue) = 61+184+73=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 184 (72.27% from 255 or 57.86% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB849 is #C247B6. Grayscale: #868686. Windows color (decimal): -12732343 or 4831293. OLE color: 4831293.

HSL color Cylindrical-coordinate representation of color #3DB849: hue angle of 125.85º 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 #3DB849 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 61 184 73 -
CMYK 0.67 0 0.60 0.28
HSL 125.85º 0.5% 0.48% -
HSV(B) 125.85º 0.67% 0.72% -
XYZ 20.27 35.75 12.14 -
YUV 134.57 93.25 75.53 -
System Red Green Blue C M Y K H S L
Decimal 61 184 73 0.67 0 0.60 0.28 125.85 0.5 0.48
Hex 3D B8 49 43 0 3C 1C 7E 32 30
Octal 75 270 111 103 0 74 34 176 62 60
Binary 111101 10111000 1001001 1000011 0 111100 11100 1111110 110010 110000

Color Harmonies of #3DB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB849

Black with #3DB849

Text Example


Text Example

White with #3DB849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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