Html Css Color HEX #3CAA42 Fruit Salad

📋 copy color: '#3CAA42'

red 60 ◦ green 170 ◦ blue 66

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

Shades of Fruit Salad #3CAA42

Tints of Fruit Salad #3CAA42

RGB

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

 GREEN value IS 170 (66.8% from 255) = 57.43%

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

R = 20.27%
G = 57.43%
B = 22.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#3CAA42 (or 0x3CAA42) is known color: Fruit Salad. HEX triplet: 3C, AA and 42. RGB value is (60,170,66). Sum of RGB (Red+Green+Blue) = 60+170+66=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA42 is #C355BD. Grayscale: #7D7D7D. Windows color (decimal): -12801470 or 4368956. OLE color: 4368956.

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

Color convert

RGB 60 170 66 -
CMYK 0.65 0 0.61 0.33
HSL 123.27º 0.48% 0.45% -
HSV(B) 123.27º 0.65% 0.67% -
XYZ 17.22 30.1 10.06 -
YUV 125.25 94.56 81.46 -
System Red Green Blue C M Y K H S L
Decimal 60 170 66 0.65 0 0.61 0.33 123.27 0.48 0.45
Hex 3C AA 42 41 0 3D 21 7B 30 2D
Octal 74 252 102 101 0 75 41 173 60 55
Binary 111100 10101010 1000010 1000001 0 111101 100001 1111011 110000 101101

Color Harmonies of #3CAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA42

Black with #3CAA42

Text Example


Text Example

White with #3CAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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