Html Css Color HEX #3DB046 Fruit Salad

📋 copy color: '#3DB046'

red 61 ◦ green 176 ◦ blue 70

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

Shades of Fruit Salad #3DB046

Tints of Fruit Salad #3DB046

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.33%

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

R = 19.87%
G = 57.33%
B = 22.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#3DB046 (or 0x3DB046) is known color: Fruit Salad. HEX triplet: 3D, B0 and 46. RGB value is (61,176,70). Sum of RGB (Red+Green+Blue) = 61+176+70=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB046 is #C24FB9. Grayscale: #818181. Windows color (decimal): -12734394 or 4632637. OLE color: 4632637.

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

Color convert

RGB 61 176 70 -
CMYK 0.65 0 0.60 0.31
HSL 124.7º 0.49% 0.46% -
HSV(B) 124.7º 0.65% 0.69% -
XYZ 18.56 32.48 11.09 -
YUV 129.53 94.4 79.12 -
System Red Green Blue C M Y K H S L
Decimal 61 176 70 0.65 0 0.60 0.31 124.7 0.49 0.46
Hex 3D B0 46 41 0 3C 1F 7D 31 2E
Octal 75 260 106 101 0 74 37 175 61 56
Binary 111101 10110000 1000110 1000001 0 111100 11111 1111101 110001 101110

Color Harmonies of #3DB046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB046

Black with #3DB046

Text Example


Text Example

White with #3DB046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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