Html Css Color HEX #3CB146 Fruit Salad

📋 copy color: '#3CB146'

red 60 ◦ green 177 ◦ blue 70

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

Shades of Fruit Salad #3CB146

Tints of Fruit Salad #3CB146

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.65%

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

R = 19.54%
G = 57.65%
B = 22.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#3CB146 (or 0x3CB146) is known color: Fruit Salad. HEX triplet: 3C, B1 and 46. RGB value is (60,177,70). Sum of RGB (Red+Green+Blue) = 60+177+70=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 177 (69.53% from 255 or 57.65% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB146 is #C34EB9. Grayscale: #828282. Windows color (decimal): -12799674 or 4632892. OLE color: 4632892.

HSL color Cylindrical-coordinate representation of color #3CB146: hue angle of 125.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB146 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 177 70 -
CMYK 0.66 0 0.60 0.31
HSL 125.13º 0.49% 0.46% -
HSV(B) 125.13º 0.66% 0.69% -
XYZ 18.69 32.85 11.15 -
YUV 129.82 94.24 78.2 -
System Red Green Blue C M Y K H S L
Decimal 60 177 70 0.66 0 0.60 0.31 125.13 0.49 0.46
Hex 3C B1 46 42 0 3C 1F 7D 31 2E
Octal 74 261 106 102 0 74 37 175 61 56
Binary 111100 10110001 1000110 1000010 0 111100 11111 1111101 110001 101110

Color Harmonies of #3CB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB146

Black with #3CB146

Text Example


Text Example

White with #3CB146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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