Html Css Color HEX #3CAB4A Fruit Salad

📋 copy color: '#3CAB4A'

red 60 ◦ green 171 ◦ blue 74

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

Shades of Fruit Salad #3CAB4A

Tints of Fruit Salad #3CAB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.26%

R = 19.67%
G = 56.07%
B = 24.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#3CAB4A (or 0x3CAB4A) is known color: Fruit Salad. HEX triplet: 3C, AB and 4A. RGB value is (60,171,74). Sum of RGB (Red+Green+Blue) = 60+171+74=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAB4A is #C354B5. Grayscale: #7F7F7F. Windows color (decimal): -12801206 or 4893500. OLE color: 4893500.

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

Color convert

RGB 60 171 74 -
CMYK 0.65 0 0.57 0.33
HSL 127.57º 0.48% 0.45% -
HSV(B) 127.57º 0.65% 0.67% -
XYZ 17.66 30.58 11.45 -
YUV 126.75 98.23 80.39 -
System Red Green Blue C M Y K H S L
Decimal 60 171 74 0.65 0 0.57 0.33 127.57 0.48 0.45
Hex 3C AB 4A 41 0 39 21 80 30 2D
Octal 74 253 112 101 0 71 41 200 60 55
Binary 111100 10101011 1001010 1000001 0 111001 100001 10000000 110000 101101

Color Harmonies of #3CAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAB4A

Black with #3CAB4A

Text Example


Text Example

White with #3CAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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