Html Css Color HEX #3DA148 Fruit Salad

📋 copy color: '#3DA148'

red 61 ◦ green 161 ◦ blue 72

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

Shades of Fruit Salad #3DA148

Tints of Fruit Salad #3DA148

RGB

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

 GREEN value IS 161 (63.28% from 255) = 54.76%

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

R = 20.75%
G = 54.76%
B = 24.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#3DA148 (or 0x3DA148) is known color: Fruit Salad. HEX triplet: 3D, A1 and 48. RGB value is (61,161,72). Sum of RGB (Red+Green+Blue) = 61+161+72=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA148 is #C25EB7. Grayscale: #797979. Windows color (decimal): -12738232 or 4759869. OLE color: 4759869.

HSL color Cylindrical-coordinate representation of color #3DA148: hue angle of 126.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA148 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 61 161 72 -
CMYK 0.62 0 0.55 0.37
HSL 126.6º 0.45% 0.44% -
HSV(B) 126.6º 0.62% 0.63% -
XYZ 15.84 26.95 10.5 -
YUV 120.95 100.37 85.24 -
System Red Green Blue C M Y K H S L
Decimal 61 161 72 0.62 0 0.55 0.37 126.6 0.45 0.44
Hex 3D A1 48 3E 0 37 25 7F 2D 2C
Octal 75 241 110 76 0 67 45 177 55 54
Binary 111101 10100001 1001000 111110 0 110111 100101 1111111 101101 101100

Color Harmonies of #3DA148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA148

Black with #3DA148

Text Example


Text Example

White with #3DA148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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