Html Css Color HEX #3CA746 Fruit Salad

📋 copy color: '#3CA746'

red 60 ◦ green 167 ◦ blue 70

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

Shades of Fruit Salad #3CA746

Tints of Fruit Salad #3CA746

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.23%

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

R = 20.2%
G = 56.23%
B = 23.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#3CA746 (or 0x3CA746) is known color: Fruit Salad. HEX triplet: 3C, A7 and 46. RGB value is (60,167,70). Sum of RGB (Red+Green+Blue) = 60+167+70=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA746 is #C358B9. Grayscale: #7C7C7C. Windows color (decimal): -12802234 or 4630332. OLE color: 4630332.

HSL color Cylindrical-coordinate representation of color #3CA746: hue angle of 125.61º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA746 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 167 70 -
CMYK 0.64 0 0.58 0.35
HSL 125.61º 0.47% 0.45% -
HSV(B) 125.61º 0.64% 0.65% -
XYZ 16.79 29.04 10.51 -
YUV 123.95 97.55 82.39 -
System Red Green Blue C M Y K H S L
Decimal 60 167 70 0.64 0 0.58 0.35 125.61 0.47 0.45
Hex 3C A7 46 40 0 3A 23 7E 2F 2D
Octal 74 247 106 100 0 72 43 176 57 55
Binary 111100 10100111 1000110 1000000 0 111010 100011 1111110 101111 101101

Color Harmonies of #3CA746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA746

Black with #3CA746

Text Example


Text Example

White with #3CA746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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