Html Css Color HEX #3C9046 Fruit Salad

📋 copy color: '#3C9046'

red 60 ◦ green 144 ◦ blue 70

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

Shades of Fruit Salad #3C9046

Tints of Fruit Salad #3C9046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.55%

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

R = 21.9%
G = 52.55%
B = 25.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#3C9046 (or 0x3C9046) is known color: Fruit Salad. HEX triplet: 3C, 90 and 46. RGB value is (60,144,70). Sum of RGB (Red+Green+Blue) = 60+144+70=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #3C9046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9046 is #C36FB9. Grayscale: #6E6E6E. Windows color (decimal): -12808122 or 4624444. OLE color: 4624444.

HSL color Cylindrical-coordinate representation of color #3C9046: hue angle of 127.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C9046 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 144 70 -
CMYK 0.58 0 0.51 0.44
HSL 127.14º 0.41% 0.4% -
HSV(B) 127.14º 0.58% 0.56% -
XYZ 12.94 21.35 9.23 -
YUV 110.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 60 144 70 0.58 0 0.51 0.44 127.14 0.41 0.4
Hex 3C 90 46 3A 0 33 2C 7F 29 28
Octal 74 220 106 72 0 63 54 177 51 50
Binary 111100 10010000 1000110 111010 0 110011 101100 1111111 101001 101000

Color Harmonies of #3C9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9046

Black with #3C9046

Text Example


Text Example

White with #3C9046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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