Html Css Color HEX #3CA946 Fruit Salad

📋 copy color: '#3CA946'

red 60 ◦ green 169 ◦ blue 70

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

Shades of Fruit Salad #3CA946

Tints of Fruit Salad #3CA946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 56.52%

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

R = 20.07%
G = 56.52%
B = 23.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#3CA946 (or 0x3CA946) is known color: Fruit Salad. HEX triplet: 3C, A9 and 46. RGB value is (60,169,70). Sum of RGB (Red+Green+Blue) = 60+169+70=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 169 (66.41% from 255 or 56.52% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 169 - color contains mainly: green. Hex color #3CA946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA946 is #C356B9. Grayscale: #7D7D7D. Windows color (decimal): -12801722 or 4630844. OLE color: 4630844.

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

Color convert

RGB 60 169 70 -
CMYK 0.64 0 0.59 0.34
HSL 125.5º 0.48% 0.45% -
HSV(B) 125.5º 0.64% 0.66% -
XYZ 17.16 29.78 10.64 -
YUV 125.12 96.89 81.55 -
System Red Green Blue C M Y K H S L
Decimal 60 169 70 0.64 0 0.59 0.34 125.5 0.48 0.45
Hex 3C A9 46 40 0 3B 22 7E 30 2D
Octal 74 251 106 100 0 73 42 176 60 55
Binary 111100 10101001 1000110 1000000 0 111011 100010 1111110 110000 101101

Color Harmonies of #3CA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA946

Black with #3CA946

Text Example


Text Example

White with #3CA946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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