Html Css Color HEX #3DA648 Fruit Salad

📋 copy color: '#3DA648'

red 61 ◦ green 166 ◦ blue 72

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

Shades of Fruit Salad #3DA648

Tints of Fruit Salad #3DA648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.52%

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

R = 20.4%
G = 55.52%
B = 24.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#3DA648 (or 0x3DA648) is known color: Fruit Salad. HEX triplet: 3D, A6 and 48. RGB value is (61,166,72). Sum of RGB (Red+Green+Blue) = 61+166+72=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA648 is #C259B7. Grayscale: #7C7C7C. Windows color (decimal): -12736952 or 4761149. OLE color: 4761149.

HSL color Cylindrical-coordinate representation of color #3DA648: hue angle of 126.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA648 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 166 72 -
CMYK 0.63 0 0.57 0.35
HSL 126.29º 0.46% 0.45% -
HSV(B) 126.29º 0.63% 0.65% -
XYZ 16.73 28.73 10.8 -
YUV 123.89 98.71 83.14 -
System Red Green Blue C M Y K H S L
Decimal 61 166 72 0.63 0 0.57 0.35 126.29 0.46 0.45
Hex 3D A6 48 3F 0 39 23 7E 2E 2D
Octal 75 246 110 77 0 71 43 176 56 55
Binary 111101 10100110 1001000 111111 0 111001 100011 1111110 101110 101101

Color Harmonies of #3DA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA648

Black with #3DA648

Text Example


Text Example

White with #3DA648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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