Html Css Color HEX #3DB648 Fruit Salad

📋 copy color: '#3DB648'

red 61 ◦ green 182 ◦ blue 72

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

Shades of Fruit Salad #3DB648

Tints of Fruit Salad #3DB648

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.78%

 BLUE value IS 72 (28.52% from 255) = 22.86%

R = 19.37%
G = 57.78%
B = 22.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#3DB648 (or 0x3DB648) is known color: Fruit Salad. HEX triplet: 3D, B6 and 48. RGB value is (61,182,72). Sum of RGB (Red+Green+Blue) = 61+182+72=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 182 (71.48% from 255 or 57.78% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB648 is #C249B7. Grayscale: #858585. Windows color (decimal): -12732856 or 4765245. OLE color: 4765245.

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

Color convert

RGB 61 182 72 -
CMYK 0.66 0 0.60 0.29
HSL 125.45º 0.5% 0.48% -
HSV(B) 125.45º 0.66% 0.71% -
XYZ 19.82 34.92 11.83 -
YUV 133.28 93.41 76.44 -
System Red Green Blue C M Y K H S L
Decimal 61 182 72 0.66 0 0.60 0.29 125.45 0.5 0.48
Hex 3D B6 48 42 0 3C 1D 7D 32 30
Octal 75 266 110 102 0 74 35 175 62 60
Binary 111101 10110110 1001000 1000010 0 111100 11101 1111101 110010 110000

Color Harmonies of #3DB648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB648

Black with #3DB648

Text Example


Text Example

White with #3DB648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,182,72); }

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

background-color css

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

 a { background-color: rgb(61,182,72); }

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

border-color css

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

 span { border-color: rgb(61,182,72); }

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