Html Css Color HEX #3DAB48 Fruit Salad

📋 copy color: '#3DAB48'

red 61 ◦ green 171 ◦ blue 72

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

Shades of Fruit Salad #3DAB48

Tints of Fruit Salad #3DAB48

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.25%

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

R = 20.07%
G = 56.25%
B = 23.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#3DAB48 (or 0x3DAB48) is known color: Fruit Salad. HEX triplet: 3D, AB and 48. RGB value is (61,171,72). Sum of RGB (Red+Green+Blue) = 61+171+72=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAB48 is #C254B7. Grayscale: #7F7F7F. Windows color (decimal): -12735672 or 4762429. OLE color: 4762429.

HSL color Cylindrical-coordinate representation of color #3DAB48: hue angle of 126º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAB48 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 171 72 -
CMYK 0.64 0 0.58 0.33
HSL 126º 0.47% 0.45% -
HSV(B) 126º 0.64% 0.67% -
XYZ 17.66 30.59 11.1 -
YUV 126.82 97.06 81.05 -
System Red Green Blue C M Y K H S L
Decimal 61 171 72 0.64 0 0.58 0.33 126 0.47 0.45
Hex 3D AB 48 40 0 3A 21 7E 2F 2D
Octal 75 253 110 100 0 72 41 176 57 55
Binary 111101 10101011 1001000 1000000 0 111010 100001 1111110 101111 101101

Color Harmonies of #3DAB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAB48

Black with #3DAB48

Text Example


Text Example

White with #3DAB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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