Html Css Color HEX #3DAB3C Fruit Salad

📋 copy color: '#3DAB3C'

red 61 ◦ green 171 ◦ blue 60

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

Shades of Fruit Salad #3DAB3C

Tints of Fruit Salad #3DAB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 20.89%
G = 58.56%
B = 20.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#3DAB3C (or 0x3DAB3C) is known color: Fruit Salad. HEX triplet: 3D, AB and 3C. RGB value is (61,171,60). Sum of RGB (Red+Green+Blue) = 61+171+60=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAB3C is #C254C3. Grayscale: #7D7D7D. Windows color (decimal): -12735684 or 3975997. OLE color: 3975997.

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

Color convert

RGB 61 171 60 -
CMYK 0.64 0 0.65 0.33
HSL 119.46º 0.48% 0.45% -
HSV(B) 119.46º 0.65% 0.67% -
XYZ 17.3 30.44 9.24 -
YUV 125.46 91.06 82.03 -
System Red Green Blue C M Y K H S L
Decimal 61 171 60 0.64 0 0.65 0.33 119.46 0.48 0.45
Hex 3D AB 3C 40 0 41 21 77 30 2D
Octal 75 253 74 100 0 101 41 167 60 55
Binary 111101 10101011 111100 1000000 0 1000001 100001 1110111 110000 101101

Color Harmonies of #3DAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAB3C

Black with #3DAB3C

Text Example


Text Example

White with #3DAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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