Html Css Color HEX #3CA144 Fruit Salad

📋 copy color: '#3CA144'

red 60 ◦ green 161 ◦ blue 68

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

Shades of Fruit Salad #3CA144

Tints of Fruit Salad #3CA144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 55.71%

 BLUE value IS 68 (26.95% from 255) = 23.53%

R = 20.76%
G = 55.71%
B = 23.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#3CA144 (or 0x3CA144) is known color: Fruit Salad. HEX triplet: 3C, A1 and 44. RGB value is (60,161,68). Sum of RGB (Red+Green+Blue) = 60+161+68=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA144 is #C35EBB. Grayscale: #787878. Windows color (decimal): -12803772 or 4497724. OLE color: 4497724.

HSL color Cylindrical-coordinate representation of color #3CA144: hue angle of 124.75º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA144 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 60 161 68 -
CMYK 0.63 0 0.58 0.37
HSL 124.75º 0.46% 0.43% -
HSV(B) 124.75º 0.63% 0.63% -
XYZ 15.65 26.87 9.83 -
YUV 120.2 98.54 85.06 -
System Red Green Blue C M Y K H S L
Decimal 60 161 68 0.63 0 0.58 0.37 124.75 0.46 0.43
Hex 3C A1 44 3F 0 3A 25 7D 2E 2B
Octal 74 241 104 77 0 72 45 175 56 53
Binary 111100 10100001 1000100 111111 0 111010 100101 1111101 101110 101011

Color Harmonies of #3CA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA144

Black with #3CA144

Text Example


Text Example

White with #3CA144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,161,68); }

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

background-color css

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

 a { background-color: rgb(60,161,68); }

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

border-color css

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

 span { border-color: rgb(60,161,68); }

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