Html Css Color HEX #3CA444 Fruit Salad

📋 copy color: '#3CA444'

red 60 ◦ green 164 ◦ blue 68

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

Shades of Fruit Salad #3CA444

Tints of Fruit Salad #3CA444

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.16%

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

R = 20.55%
G = 56.16%
B = 23.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#3CA444 (or 0x3CA444) is known color: Fruit Salad. HEX triplet: 3C, A4 and 44. RGB value is (60,164,68). Sum of RGB (Red+Green+Blue) = 60+164+68=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA444 is #C35BBB. Grayscale: #7A7A7A. Windows color (decimal): -12803004 or 4498492. OLE color: 4498492.

HSL color Cylindrical-coordinate representation of color #3CA444: hue angle of 124.62º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA444 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 164 68 -
CMYK 0.63 0 0.59 0.36
HSL 124.62º 0.46% 0.44% -
HSV(B) 124.62º 0.63% 0.64% -
XYZ 16.18 27.93 10.01 -
YUV 121.96 97.54 83.81 -
System Red Green Blue C M Y K H S L
Decimal 60 164 68 0.63 0 0.59 0.36 124.62 0.46 0.44
Hex 3C A4 44 3F 0 3B 24 7D 2E 2C
Octal 74 244 104 77 0 73 44 175 56 54
Binary 111100 10100100 1000100 111111 0 111011 100100 1111101 101110 101100

Color Harmonies of #3CA444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA444

Black with #3CA444

Text Example


Text Example

White with #3CA444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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