Html Css Color HEX #3CB346 Fruit Salad

📋 copy color: '#3CB346'

red 60 ◦ green 179 ◦ blue 70

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

Shades of Fruit Salad #3CB346

Tints of Fruit Salad #3CB346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.93%

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

R = 19.42%
G = 57.93%
B = 22.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#3CB346 (or 0x3CB346) is known color: Fruit Salad. HEX triplet: 3C, B3 and 46. RGB value is (60,179,70). Sum of RGB (Red+Green+Blue) = 60+179+70=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB346 is #C34CB9. Grayscale: #838383. Windows color (decimal): -12799162 or 4633404. OLE color: 4633404.

HSL color Cylindrical-coordinate representation of color #3CB346: hue angle of 125.04º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB346 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 179 70 -
CMYK 0.66 0 0.61 0.30
HSL 125.04º 0.5% 0.47% -
HSV(B) 125.04º 0.66% 0.7% -
XYZ 19.09 33.64 11.28 -
YUV 130.99 93.58 77.36 -
System Red Green Blue C M Y K H S L
Decimal 60 179 70 0.66 0 0.61 0.30 125.04 0.5 0.47
Hex 3C B3 46 42 0 3D 1E 7D 32 2F
Octal 74 263 106 102 0 75 36 175 62 57
Binary 111100 10110011 1000110 1000010 0 111101 11110 1111101 110010 101111

Color Harmonies of #3CB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB346

Black with #3CB346

Text Example


Text Example

White with #3CB346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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