Html Css Color HEX #3CAB46 Fruit Salad

📋 copy color: '#3CAB46'

red 60 ◦ green 171 ◦ blue 70

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

Shades of Fruit Salad #3CAB46

Tints of Fruit Salad #3CAB46

RGB

 RED value IS 60 (23.83% from 255) = 19.93%

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 19.93%
G = 56.81%
B = 23.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#3CAB46 (or 0x3CAB46) is known color: Fruit Salad. HEX triplet: 3C, AB and 46. RGB value is (60,171,70). Sum of RGB (Red+Green+Blue) = 60+171+70=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAB46 is #C354B9. Grayscale: #7E7E7E. Windows color (decimal): -12801210 or 4631356. OLE color: 4631356.

HSL color Cylindrical-coordinate representation of color #3CAB46: hue angle of 125.41º 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 #3CAB46 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 171 70 -
CMYK 0.65 0 0.59 0.33
HSL 125.41º 0.48% 0.45% -
HSV(B) 125.41º 0.65% 0.67% -
XYZ 17.53 30.53 10.76 -
YUV 126.3 96.23 80.71 -
System Red Green Blue C M Y K H S L
Decimal 60 171 70 0.65 0 0.59 0.33 125.41 0.48 0.45
Hex 3C AB 46 41 0 3B 21 7D 30 2D
Octal 74 253 106 101 0 73 41 175 60 55
Binary 111100 10101011 1000110 1000001 0 111011 100001 1111101 110000 101101

Color Harmonies of #3CAB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAB46

Black with #3CAB46

Text Example


Text Example

White with #3CAB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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