Html Css Color HEX #3C9146 Fruit Salad

📋 copy color: '#3C9146'

red 60 ◦ green 145 ◦ blue 70

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

Shades of Fruit Salad #3C9146

Tints of Fruit Salad #3C9146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.73%

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

R = 21.82%
G = 52.73%
B = 25.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#3C9146 (or 0x3C9146) is known color: Fruit Salad. HEX triplet: 3C, 91 and 46. RGB value is (60,145,70). Sum of RGB (Red+Green+Blue) = 60+145+70=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9146 is #C36EB9. Grayscale: #6F6F6F. Windows color (decimal): -12807866 or 4624700. OLE color: 4624700.

HSL color Cylindrical-coordinate representation of color #3C9146: hue angle of 127.06º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9146 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 145 70 -
CMYK 0.59 0 0.52 0.43
HSL 127.06º 0.41% 0.4% -
HSV(B) 127.06º 0.59% 0.57% -
XYZ 13.09 21.65 9.28 -
YUV 111.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 60 145 70 0.59 0 0.52 0.43 127.06 0.41 0.4
Hex 3C 91 46 3B 0 34 2B 7F 29 28
Octal 74 221 106 73 0 64 53 177 51 50
Binary 111100 10010001 1000110 111011 0 110100 101011 1111111 101001 101000

Color Harmonies of #3C9146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9146

Black with #3C9146

Text Example


Text Example

White with #3C9146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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