Html Css Color HEX #3CA142 Fruit Salad

📋 copy color: '#3CA142'

red 60 ◦ green 161 ◦ blue 66

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

Shades of Fruit Salad #3CA142

Tints of Fruit Salad #3CA142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23%

R = 20.91%
G = 56.1%
B = 23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#3CA142 (or 0x3CA142) is known color: Fruit Salad. HEX triplet: 3C, A1 and 42. RGB value is (60,161,66). Sum of RGB (Red+Green+Blue) = 60+161+66=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA142 is #C35EBD. Grayscale: #787878. Windows color (decimal): -12803774 or 4366652. OLE color: 4366652.

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

Color convert

RGB 60 161 66 -
CMYK 0.63 0 0.59 0.37
HSL 123.56º 0.46% 0.43% -
HSV(B) 123.56º 0.63% 0.63% -
XYZ 15.59 26.84 9.51 -
YUV 119.97 97.54 85.22 -
System Red Green Blue C M Y K H S L
Decimal 60 161 66 0.63 0 0.59 0.37 123.56 0.46 0.43
Hex 3C A1 42 3F 0 3B 25 7C 2E 2B
Octal 74 241 102 77 0 73 45 174 56 53
Binary 111100 10100001 1000010 111111 0 111011 100101 1111100 101110 101011

Color Harmonies of #3CA142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA142

Black with #3CA142

Text Example


Text Example

White with #3CA142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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